mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix syntax error
This commit is contained in:
parent
0f82b8efb3
commit
49f1e4a811
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ $(document).ready(function(){
|
|||
var appid = element.data('appid');
|
||||
if (appid) {
|
||||
OC.Settings.Apps.enableApp(appid, false, element, groups);
|
||||
var li = $('[data-id="'+appid+'"');
|
||||
var li = $('[data-id="'+appid+'"]');
|
||||
var app = OC.get('appData_' + $(li).data('id'));
|
||||
app.groups = groups;
|
||||
li.data('groups', groups);
|
||||
|
|
|
|||
Loading…
Reference in a new issue