diff --git a/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js b/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js index 11d7a1067d..bf4278efd0 100644 --- a/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js +++ b/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js @@ -54,7 +54,7 @@ Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, { '-', {xtype: 'label', text: this.showOnlyActiveText, cls: 'ytb-text'}, ' ', - {xtype: 'checkbox', text: this.reloadText, scope: this, handler: this.toggleActive}, + {xtype: 'checkbox', text: this.reloadText, scope: this, handler: this.toggleActive} ], items: [{ id: 'userGrid',