Преглед изворни кода

[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) ;