mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Merge branch 'fix-ie8-issues'
This commit is contained in:
parent
ee7232556d
commit
1f2f240ef7
@ -72,10 +72,11 @@ core.WaitDialog = new Class({
|
||||
}
|
||||
},
|
||||
displayLightbox: function(display) {
|
||||
$('overlay').style.display = display;
|
||||
$('lightbox').style.display = display;
|
||||
if (display != 'none')
|
||||
this.processInfo();
|
||||
$('overlay').style.display = display;
|
||||
$('lightbox').style.display = display;
|
||||
|
||||
},
|
||||
|
||||
// Display dialog content ...
|
||||
|
@ -87,5 +87,6 @@ window.onerror = function(sMsg, sUrl, sLine)
|
||||
var msg = sMsg + ' (' + sUrl + ', line ' + sLine + ')';
|
||||
wLogger.fatal(msg);
|
||||
|
||||
return true;
|
||||
$(window).fireEvent("error",null,0);
|
||||
return false;
|
||||
};
|
@ -28,7 +28,6 @@ function afterCoreLoading()
|
||||
} else
|
||||
{
|
||||
$import("../js/mindplot.svg.js");
|
||||
|
||||
}
|
||||
|
||||
// if (core.UserAgent.isVMLSupported())
|
||||
|
Loading…
Reference in New Issue
Block a user