Test Failed
Push — master ( b74686...9a59de )
by Alexey
05:52
created
system/modules/Ui/widgets/Form/autocomplete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
   inji.onLoad(function () {
45 45
     setTimeout(function () {
46 46
       console.log(inji.Ui);
47
-      inji.Ui.autocomplete.bind(inji.get('#<?=$id;?>'), '<?=$options['snippet'];?>', <?=json_encode($options['snippetParams']);?>);
47
+      inji.Ui.autocomplete.bind(inji.get('#<?=$id; ?>'), '<?=$options['snippet']; ?>', <?=json_encode($options['snippetParams']); ?>);
48 48
     }, 100);
49 49
   });
50 50
 </script>
Please login to merge, or discard this patch.