Completed
Push — master ( 8f1f64...1ececc )
by Alexey
04:31
created
system/modules/Ui/widgets/Form/select.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 $showedInput = false;
4 4
 if(!empty($options['createBtn'])){
5 5
   $optionsHtml = '<option disabled onclick="'.$options['createBtn']['onclick'].'">'.$options['createBtn']['text'].'</option>';
6
-}else {
6
+} else {
7 7
   $optionsHtml = '';
8 8
 }
9 9
 
Please login to merge, or discard this patch.