Rogue comma killing IE

git-svn-id: svn://10.0.0.236/trunk@254103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com 2008-09-08 16:40:51 +00:00
parent 8a584b1d0c
commit 9b424b6610
3 changed files with 3 additions and 3 deletions

View File

@ -334,7 +334,7 @@ Ext.extend(RunGrid, Ext.grid.EditorGridPanel, {
name: 'chfieldto'
},new UserLookup({
id: 'exec_tester',
fieldLabel: 'Tester (optional)',
fieldLabel: 'Tester (optional)'
})]
})
],

View File

@ -6344,7 +6344,7 @@ Ext.extend(RunGrid, Ext.grid.EditorGridPanel, {
name: 'chfieldto'
},new UserLookup({
id: 'exec_tester',
fieldLabel: 'Tester (optional)',
fieldLabel: 'Tester (optional)'
})]
})
],

File diff suppressed because one or more lines are too long