Skip to content

Commit

Permalink
slideup loader on error
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Apr 8, 2018
1 parent f6430c2 commit 6e0804a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ <h2>
$("#loader").slideUp(100);
}).fail(function() {
alert('Error on get Data: Maybe pm2 not installed, or on runned user has not access to get data.'); // or whatever
$("#loader").slideUp(100);
});

$("#addForm").slideUp(50);
Expand Down

0 comments on commit 6e0804a

Please sign in to comment.