7eb17a91c9
These files have no route in mvc, so only cause 404 errors in browser dev tools.
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
$(function () {
|
|
$('.ajaxLoading:not(.showInitially)').hide();
|
|
})
|