1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-15 08:56:20 +01:00

Fix minore

This commit is contained in:
Pek5892 2023-01-27 13:25:55 +01:00
parent 4cd4347fa4
commit 38b16ed620

View File

@ -531,7 +531,7 @@ globals.dashboard = {
loading: function (isLoading, view) {
if (isLoading) {
$("#tiny-loader").fadeIn();
$("#tiny-loader").show();
} else {
$("#tiny-loader").hide();
}