c846fa053a
Provide better support for lower resolution devices (buttons became hidden in tall dialogs). Remove references to JavaScript minification source maps which aren't deployed and caused confusion.
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
$(function () {
|
|
$('.ajaxLoading:not(.showInitially)').hide();
|
|
})
|