mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Make app icon linkable when enabling app.
This commit is contained in:
parent
b8e6b8692b
commit
88ad1e5fbd
@ -138,6 +138,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
|
||||
li.append(img);
|
||||
var a=$('<a></a>').attr('href', entry.href);
|
||||
a.text(entry.name);
|
||||
a.prepend(img);
|
||||
li.append(a);
|
||||
container.append(li);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user