Browse Source

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

Yannick Warnier 16 years ago
parent
commit
2233156806
1 changed files with 1 additions and 1 deletions
  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) ;