Skip to content

Commit 686733c

Browse files
author
enavn
committed
Only load "ISPConfig.loadInitContent();" here to fix #4309
1 parent 736f9ef commit 686733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h4 class="modal-title">{tmpl_var name="datalog_changes_txt"}</h4>
141141
searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">',
142142
resultBoxPosition: ''
143143
});
144-
144+
ISPConfig.loadInitContent();
145145
});
146146
//-->
147147
</script>

0 commit comments

Comments
 (0)