File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ OC.Settings.Apps = OC.Settings.Apps || {
4242 var a = $('<a></a>').attr('href', entry.href);
4343 var filename = $('<span></span>');
4444 var loading = $('<div class="icon-loading-dark"></div>').css('display', 'none');
45- filename.text(entry.name); filename.text(entry.name);
45+ filename.text(entry.name);
4646 a.prepend(loading);
47+ a.prepend(filename);
4748 a.prepend(img);
4849 li.append(a);
49- li.append(filename);
5050
5151 // add app icon to the navigation
5252 var previousElement = $('#navigation li[data-id=' + previousEntry.id + ']');
@@ -84,9 +84,9 @@ OC.Settings.Apps = OC.Settings.Apps || {
8484 var loading = $('<div class="icon-loading-dark"></div>').css('display', 'none');
8585 filename.text(entry.name);
8686 a.prepend(loading);
87+ a.prepend(filename);
8788 a.prepend(img);
8889 li.append(a);
89- li.append(filename);
9090
9191 // add app icon to the navigation
9292 var previousElement = $('#appmenu li[data-id=' + previousEntry.id + ']');
You can’t perform that action at this time.
0 commit comments