mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix loader never goes away if you use shift to select just a few rows
This commit is contained in:
parent
1c179bcdf0
commit
5682044227
@ -585,8 +585,11 @@ var et2_dataview_selectionManager = (function(){ "use strict"; return Class.exte
|
|||||||
}
|
}
|
||||||
}).finally(function() {egw.loading_prompt('select_wait', false)});
|
}).finally(function() {egw.loading_prompt('select_wait', false)});
|
||||||
|
|
||||||
// Lock the UI - we NEED these before the user does something with them
|
if(queryRanges.length > 0)
|
||||||
egw.loading_prompt('select_wait', true);
|
{
|
||||||
|
// Lock the UI - we NEED these before the user does something with them
|
||||||
|
egw.loading_prompt('select_wait', true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
});}).call(this);
|
});}).call(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user