Update admin.js

Allow scope names longer than 30 characters to be checked in the client scope list.
pull/1390/head
jansinger 2018-05-03 14:48:01 +02:00 committed by GitHub
parent 4a818c7b4b
commit fd938e11e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ var ListWidgetChildView = Backbone.View.extend({
var _self = this;
$(this.el).click(function(event) {
// added span to enable checkbox also
$(this.el).find('span').click(function(event) {
event.preventDefault();
$('.item-short', _self.el).hide();
$('.item-full', _self.el).show();