Skip to content
script.js 152 B
Newer Older
Sonia Zorba's avatar
Sonia Zorba committed

window.showWaiting = function () {
    $('.loading').removeClass('hide');
};
window.hideWaiting = function () {
    $('.loading').addClass('hide');
};