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:
parent
4cd4347fa4
commit
38b16ed620
@ -531,7 +531,7 @@ globals.dashboard = {
|
||||
|
||||
loading: function (isLoading, view) {
|
||||
if (isLoading) {
|
||||
$("#tiny-loader").fadeIn();
|
||||
$("#tiny-loader").show();
|
||||
} else {
|
||||
$("#tiny-loader").hide();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user