diff --git a/resources/views/base/index.blade.php b/resources/views/base/index.blade.php index f6551f49c..e3c42e9ea 100644 --- a/resources/views/base/index.blade.php +++ b/resources/views/base/index.blade.php @@ -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)' }); }); });