@ -81,7 +81,7 @@
function hideLoading() {
setTimeout(() => {
$('.loading').hide();
}, 1000)
}, 500)
}
hideLoading();