Merge pull request #1390 from mobilcom-debitel/master

Update admin.js
pull/1315/merge
Justin Richer 2018-05-03 11:40:26 -04:00 committed by GitHub
commit e3cfb80c33
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();