Fix federation scope dropdown

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-08-14 11:16:24 +02:00
parent 5d2b6b8240
commit b31dfec9b8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
*/
show: function(context) {
this._context = context;
var currentlyActiveValue = $('#'+context.target.closest('form').id).find('.icon-checkmark > input')[0].value;
var currentlyActiveValue = $('#'+context.target.closest('form').id).find('input[type="hidden"]')[0].value;
for(var i in this._scopes) {
this._scopes[i].active = false;