Skip to content

Commit

Permalink
bugfix datetimepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-vercelli committed Jul 12, 2019
1 parent d3c6470 commit 3fc1764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dataTables.altEditor.free.js
Expand Up @@ -246,7 +246,6 @@
var data = this.createDialog(columnDefs, 'Edit Record', 'Edit', 'Close', 'editRowBtn');

var selector = this.modal_selector;
$(selector).modal('show');

for (var j in columnDefs) {
var arrIndex = "['" + columnDefs[j].name.toString().split(".").join("']['") + "']";
Expand Down Expand Up @@ -383,7 +382,6 @@
var data = this.createDialog(columnDefs, 'Add Record', 'Add', 'Close', 'addRowBtn');

var selector = this.modal_selector;
$(selector).modal('show');
$(selector + ' input[0]').focus();
},

Expand Down

0 comments on commit 3fc1764

Please sign in to comment.