bohdan.kotenko 4 лет назад
Родитель
Сommit
7ba3faf5e4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      priv/js/sortable.js

+ 1 - 1
priv/js/sortable.js

@@ -171,7 +171,7 @@ function () {
       if (bind !== '' && bind !== 'null') {
         if (inputElement) {
           inputElement.value = '';
-          inputElement.removeAttribute("data-bind")
+          inputElement.removeAttribute("data-bind");
         }
         appendItemFromBind(this.list.id,value,bind);
       }