We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a818c7 commit fd938e1Copy full SHA for fd938e1
openid-connect-server-webapp/src/main/webapp/resources/js/admin.js
@@ -137,7 +137,8 @@ var ListWidgetChildView = Backbone.View.extend({
137
138
var _self = this;
139
140
- $(this.el).click(function(event) {
+ // added span to enable checkbox also
141
+ $(this.el).find('span').click(function(event) {
142
event.preventDefault();
143
$('.item-short', _self.el).hide();
144
$('.item-full', _self.el).show();
0 commit comments