remove login/init.js
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
Ext.onReady(function(){
|
||||
location.href = uriReq;
|
||||
|
||||
var hideMask = function () {
|
||||
Ext.get('loading').remove();
|
||||
Ext.fly('loading-mask').fadeOut({
|
||||
remove:true,
|
||||
callback : ''
|
||||
});
|
||||
}
|
||||
|
||||
hideMask.defer(250);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user