diff --git a/main/document/showinframes.php b/main/document/showinframes.php index 41585957a4..027e04678e 100755 --- a/main/document/showinframes.php +++ b/main/document/showinframes.php @@ -191,6 +191,7 @@ if (api_get_setting('show_glossary_in_documents') == 'ismanual') { $web_odf_supported_files = DocumentManager::get_web_odf_extension_list(); if (in_array(strtolower($pathinfo['extension']), $web_odf_supported_files)) { $show_web_odf = true; + /* $htmlHeadXtra[] = api_get_js('webodf/webodf.js'); $htmlHeadXtra[] = api_get_css(api_get_path(WEB_LIBRARY_PATH).'javascript/webodf/webodf.css'); $htmlHeadXtra[] = ' @@ -204,6 +205,16 @@ if (in_array(strtolower($pathinfo['extension']), $web_odf_supported_files)) { window.setTimeout(init, 0); }); '; + */ + $htmlHeadXtra[] = ' + '; } $execute_iframe = true; @@ -285,19 +296,26 @@ Display::display_header(''); echo '