mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Only mask the data view on changes, it's a little less jarring.
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
* ********************************************************************************
|
||||
*/
|
||||
var start_busy = function(msg) {
|
||||
outer.el.mask(msg, "loading");
|
||||
thumb_data_view.el.mask(msg, "loading");
|
||||
}
|
||||
|
||||
var stop_busy = function() {
|
||||
outer.el.unmask();
|
||||
thumb_data_view.el.unmask();
|
||||
}
|
||||
|
||||
var show_generic_error = function() {
|
||||
|
||||
Reference in New Issue
Block a user