Skip to content

Commit e552b78

Browse files
committed
Remove old JS code
1 parent 09d28bf commit e552b78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/views/base/index.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ function updateServerStatus () {
9696
}
9797
}).fail(function (jqXHR) {
9898
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)' });
10199
});
102100
103101
});

0 commit comments

Comments
 (0)