BUG 4763 Exits an error in IE SOLVED

- I removed ',' for work to IE
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-08-03 19:07:15 -04:00
parent c921867292
commit 5a3a920e14

View File

@@ -16,6 +16,7 @@ new Ext.KeyMap(document, {
}
});
/*** global variables **/
var storeCases;
var storeReassignCases;
@@ -210,7 +211,7 @@ function pauseCase(date){
xtype:'checkbox',
name: 'notifyReason',
hideLabel: true,
boxLabel: _('ID_NOTIFY_USERS_CASE'),
boxLabel: _('ID_NOTIFY_USERS_CASE')
}
],