Browse Source

Update bootstrap-table-multiple-sort.js

Missed whitespace on newline
Alli 4 years ago
parent
commit
81959cd371
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

+ 1 - 1
src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

@@ -665,7 +665,7 @@ BootstrapTable.prototype.initToolbar = function (...args) {
 
         that.assignSortableArrows()
       }
-      
+
       that.$sortModal.remove()
       showSortModal(that)
     })