Skip to content

Commit 8bb306e

Browse files
author
Marius Burkard
committed
Merge branch '6297-regression-update-jquery-broke-nginx-directive-snippet-links' into 'develop'
Update ispconfig.js Closes #6297 See merge request ispconfig/ispconfig3!1577
2 parents 77fec95 + 993956a commit 8bb306e

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)