mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
IE8 bug: one comma too many !
SVN:trunk[1206]
This commit is contained in:
@@ -75,7 +75,6 @@ function ExtKeyWidget(id, sClass, sAttCode, sSuffix, bSelectMode, oWizHelper)
|
||||
results.height(height - form_height - 40); // Leave some space for the buttons
|
||||
}
|
||||
|
||||
|
||||
this.UpdateButtons = function()
|
||||
{
|
||||
var okBtn = $('#btn_ok_'+me.id);
|
||||
@@ -93,7 +92,7 @@ function ExtKeyWidget(id, sClass, sAttCode, sSuffix, bSelectMode, oWizHelper)
|
||||
{
|
||||
var theMap = { sAttCode: me.sAttCode,
|
||||
iInputId: me.id,
|
||||
sSuffix: me.sSuffix,
|
||||
sSuffix: me.sSuffix
|
||||
}
|
||||
|
||||
// Gather the parameters from the search form
|
||||
|
||||
Reference in New Issue
Block a user