Browse Source

Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into julio6666

Julio Montoya 11 years ago
parent
commit
167775b67f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/lp_add_item.php

+ 1 - 1
main/newscorm/lp_add_item.php

@@ -31,7 +31,7 @@ var load_default_template = '. ((isset($_POST['submit']) || empty($_SERVER['QUER
 
 function FCKeditor_OnComplete( editorInstance ) {
     editorInstance.Events.AttachEvent( \'OnSelectionChange\', check_for_title) ;
-    //document.getElementById(\'frmModel\').innerHTML = "<iframe id=\'frame_template\' name=\'my_frame_template\' height=890px width=220px; frameborder=0 src=\''.api_get_path(WEB_LIBRARY_PATH).'fckeditor/editor/fckdialogframe.html \'>";
+    document.getElementById(\'frmModel\').innerHTML = "<iframe id=\'frame_template\' name=\'my_frame_template\' height=890px width=220px; frameborder=0 src=\''.api_get_path(WEB_LIBRARY_PATH).'fckeditor/editor/fckdialogframe.html \'>";
     loaded = true;
 }