Closed d22 closed 10 years ago
@d22 What do you think about this?
I am not
shuresure
:laughing: :+1:
Currently there is an error on the SWID inventory view, because ajaxSpinner
is still referenced in swid-inventory.js
, but this shouldn't be a problem after rebasing, #282 fixes this.
Do something like this in paging.js:114
:
ajaxWrapper.call(Dajaxice.apps.front.paging, callback, paramObject, {'error_callback': function() {
alert('Error: Failed to fetch "' + paramObject.config_name + '" paging.');
this.loading = false;
}.bind(this)});
@d22 I applied the changes.
GOMERGE!
Coverage decreased (-0.09%) when pulling 19816c30075086dafe038ca01a843ae805247be2 on issue202-loading-indicator into c9c4687a6cbce71737190dad433460b7a2e8cc40 on master.