Remove old JS code
This commit is contained in:
parent
09d28bf145
commit
e552b788b4
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ $(window).load(function () {
|
|||
}
|
||||
}).fail(function (jqXHR) {
|
||||
console.error(jqXHR);
|
||||
updateElement.removeClass('fa-circle-o-notch fa-spinner fa-spin');
|
||||
updateElement.addClass('fa-question-circle').css({ color: 'rgb(227, 50, 0)' });
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue