Procházet zdrojové kódy

IE8 bug: one comma too many !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1206 a333f486-631f-4898-b8df-5754b55c2be0
dflaven před 14 roky
rodič
revize
656853b72a
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      js/extkeywidget.js

+ 1 - 2
js/extkeywidget.js

@@ -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