Browse Source

Make Christoph happier

Apparently this failed for him as per https://github.com/nextcloud/server/pull/2224#issuecomment-262085537

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v11.0RC2
Lukas Reschke 7 years ago
parent
commit
91f735acf3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      settings/js/federationscopemenu.js

+ 1
- 1
settings/js/federationscopemenu.js View File

@@ -113,7 +113,7 @@
this._context = context;
var currentlyActiveValue = $('#'+context.target.closest('form').id).find('.icon-checkmark > input')[0].value;

for(var i = 0 in this._scopes) {
for(var i in this._scopes) {
this._scopes[i].active = false;
}


Loading…
Cancel
Save