Merged in develop (pull request #5790)
Develop Approved-by: Paula Quispe <paula.quispe@processmaker.com>
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