Files
Disco/Disco.Web/ClientSource/Scripts/Modules/Disco-AjaxHelperIcons.js
T
Gary Sharp 7eb17a91c9 Removed minify source maps
These files have no route in mvc, so only cause 404 errors in browser
dev tools.
2015-02-02 20:58:47 +11:00

4 lines
72 B
JavaScript

$(function () {
$('.ajaxLoading:not(.showInitially)').hide();
})