Fix minor loading issue.
This commit is contained in:
@@ -68,10 +68,6 @@ core.assert = function(assert, message)
|
||||
|
||||
};
|
||||
|
||||
core.findElement = function(name)
|
||||
{
|
||||
return $(name);
|
||||
}
|
||||
|
||||
Math.sign = function(value)
|
||||
{
|
||||
|
@@ -88,16 +88,4 @@ window.onerror = function(sMsg, sUrl, sLine)
|
||||
wLogger.fatal(msg);
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
window.__coreLoad = function()
|
||||
{
|
||||
if (window.afterCoreLoading)
|
||||
{
|
||||
window.afterCoreLoading();
|
||||
} else
|
||||
{
|
||||
setTimeout("window.__coreLoad()", 2000);
|
||||
}
|
||||
}
|
||||
window.__coreLoad();
|
||||
};
|
Reference in New Issue
Block a user