remove login/init.js

This commit is contained in:
hjonathan
2017-06-22 16:01:44 -04:00
parent 1a06a73b7f
commit 08aee57a1b

View File

@@ -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);
});