소스 검색

[svn r15772] Fix previously introduced difference selecting the wrong tab in upload popup

Yannick Warnier 16 년 전
부모
커밋
2233156806
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/inc/lib/fckeditor/editor/plugins/Video/fck_video.js

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/Video/fck_video.js

@@ -38,7 +38,7 @@ var sAgent = navigator.userAgent.toLowerCase() ;
 var is_ie = (sAgent.indexOf("msie") != -1); // FCKBrowserInfo.IsIE
 var is_gecko = !is_ie; // FCKBrowserInfo.IsGecko
 
-function window_onload()
+window.onload = function()
 {
 	// Translate the dialog box texts.
 	oEditor.FCKLanguageManager.TranslatePage(document) ;