Skip to content

Commit

Permalink
Merge pull request #51 from ProjectSoft-STUDIONIONS/patch-2
Browse files Browse the repository at this point in the history
Update multitv.js
  • Loading branch information
Dmi3yy committed Apr 12, 2019
2 parents 780b85e + 2d74bd1 commit ab448a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/tvs/multitv/js/multitv.js
Expand Up @@ -1051,7 +1051,7 @@
_this.data.settings.autoincrement++;
}
});
_this.editBoxOpen(mode);
_this.editBoxOpen(mode, lineValue);
} else {
$.ajax({
dataType: 'json',
Expand Down Expand Up @@ -1095,7 +1095,7 @@
_this.data.settings.autoincrement++;
}
});
_this.editBoxOpen(mode);
_this.editBoxOpen(mode, lineValue);
} else {
$.ajax({
dataType: 'json',
Expand Down

0 comments on commit ab448a1

Please sign in to comment.