mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
meh
This commit is contained in:
parent
37d5a82196
commit
cfb5373516
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ app = Sammy('#main', function (sam) {
|
|||
if ($('div.loader-content').length == 0) {
|
||||
setInterval(function () {
|
||||
if (!loaded && $('div.loader-content').length == 0) {
|
||||
console.log('meh');
|
||||
$('#main').append('<div class="loader-content"><img src="img/ajax-loader.gif"></div>');
|
||||
}
|
||||
}, 500);
|
||||
|
|
Loading…
Add table
Reference in a new issue