ab553a05cb
Removal of bitmap icons, replacing with vector based icons from FontAwesome. Includes other UI style changes.
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
///#source 1 1 /ClientSource/Scripts/Modules/Disco-AjaxHelperIcons/disco.ajaxhelpericons.js
|
|
$(function () {
|
|
$('.ajaxLoading:not(.showInitially)').hide();
|
|
})
|