We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8c9f64 + 9ab02a9 commit 8bfb44fCopy full SHA for 8bfb44f
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -223,7 +223,7 @@ var ISPConfig = {
223
224
var frame_id = 'ajaxUploader-iframe-' + Math.round(new Date().getTime() / 1000);
225
$('body').append('<iframe width="0" height="0" style="display:none;" name="'+frame_id+'" id="'+frame_id+'"/>');
226
- $('#'+frame_id).load(function() {
+ $('#'+frame_id).on("load", function() {
227
var msg = handleResponse(this);
228
$('#errorMsg').remove();
229
$('#OKMsg').remove();
0 commit comments