From 51688e3db00cd0832aa6e320e078d054cfe387a6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 12 Jun 2019 17:16:24 +0200 Subject: [PATCH] #2810 --- src/resources/views/when.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/views/when.blade.php b/src/resources/views/when.blade.php index ed64fc0..ed224a2 100644 --- a/src/resources/views/when.blade.php +++ b/src/resources/views/when.blade.php @@ -22,6 +22,7 @@ valnum = val; } if (v.indexOf(val) === -1 && v.indexOf(valnum) === -1) { + console.log('no match', v, val, valnum); match = false; return false; } -- 2.39.5