소스 검색

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 14 년 전
부모
커밋
656853b72a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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