Update admin.js
Allow scope names longer than 30 characters to be checked in the client scope list.pull/1390/head
parent
4a818c7b4b
commit
fd938e11e9
|
@ -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…
Reference in New Issue