Update admin.js

Allow scope names longer than 30 characters to be checked in the client scope list.
pull/1390/head
jansinger 7 years ago committed by GitHub
parent 4a818c7b4b
commit fd938e11e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();

Loading…
Cancel
Save