bohdan.kotenko 4 years ago
parent
commit
7ba3faf5e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      priv/js/sortable.js

+ 1 - 1
priv/js/sortable.js

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