BUG 4763 Exits an error in IE SOLVED
- I removed ',' for work to IE
This commit is contained in:
@@ -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')
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user