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.
2 parents 4a818c7 + fd938e1 commit e3cfb80Copy full SHA for e3cfb80
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