Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: fix for previous patch
  • Loading branch information
perexg committed Apr 5, 2016
1 parent 6e8213e commit e2b378f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webui/static/app/servicemapper.js
Expand Up @@ -126,6 +126,9 @@ tvheadend.service_mapper0 = function(all)
beforeShow: all ? function(panel, conf) {
var form = panel.getForm();
var services = form.findField('services');
services.on('afterrender', function() {
services.selectAll();
});
services.store.on('load', function() {
services.selectAll();
});
Expand Down

0 comments on commit e2b378f

Please sign in to comment.