Skip to content

Commit d5dfd5c

Browse files
author
enavn
committed
Don't load "ISPConfig.loadInitContent();" here to fix #4309
1 parent 686733c commit d5dfd5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,6 @@ $(document).on('ready', function () {
768768
$('.progress .progress-bar').css('width', function () {
769769
return $(this).attr('aria-valuenow') + '%';
770770
});
771-
772-
ISPConfig.loadInitContent();
773771

774772
$('#searchform').submit(function(e) {
775773
e.preventDefault();

0 commit comments

Comments
 (0)