Skip to content

Commit 993956a

Browse files
author
Till Brehm
committed
Update ispconfig.js
1 parent 77fec95 commit 993956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default/assets/javascripts/ispconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ $(document).on("click", "[data-uncheck-fields] > input[type='checkbox']", functi
739739
}
740740
});
741741

742-
$(document).on('ready', function () {
742+
$(document).ready(function() {
743743
$.fn.extend({
744744
insertAtCaret: function(myValue){
745745
return this.each(function(i) {

0 commit comments

Comments
 (0)