From: Vincent Vanwaelscappel Date: Wed, 12 Jun 2019 15:16:24 +0000 (+0200) Subject: #2810 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=51688e3db00cd0832aa6e320e078d054cfe387a6;p=cubist_cms-back.git #2810 --- 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; }