Explorar el Código

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

Yannick Warnier hace 16 años
padre
commit
2233156806
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) ;