We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d28bf commit e552b78Copy full SHA for e552b78
resources/views/base/index.blade.php
@@ -96,8 +96,6 @@ function updateServerStatus () {
96
}
97
}).fail(function (jqXHR) {
98
console.error(jqXHR);
99
- updateElement.removeClass('fa-circle-o-notch fa-spinner fa-spin');
100
- updateElement.addClass('fa-question-circle').css({ color: 'rgb(227, 50, 0)' });
101
});
102
103
0 commit comments