Resolve loading panel does not hide in Mac runtime. Fixes #1425

This commit is contained in:
Dave Page
2016-07-01 10:20:43 +01:00
parent c45960df5e
commit 7b3b7736d9

View File

@@ -30,7 +30,7 @@ require.onResourceLoad = function (context, map, depMaps) {
// is not loading anything hide the indicator and exit
setTimeout(function() {
if (panel != null) {
panel.remove();
$(panel).remove();
return;
}
}, 500);