|
@@ -586,7 +586,7 @@ window.onload = function() {
|
|
//loads the glossary library
|
|
//loads the glossary library
|
|
|
|
|
|
<?php
|
|
<?php
|
|
- if (api_get_setting('show_glossary_in_extra_tools') == 'true') {
|
|
|
|
|
|
+ if (api_get_setting('show_glossary_in_extra_tools') == 'true') {
|
|
if (api_get_setting('show_glossary_in_documents') == 'ismanual') {
|
|
if (api_get_setting('show_glossary_in_documents') == 'ismanual') {
|
|
?>
|
|
?>
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
@@ -621,8 +621,7 @@ window.onload = function() {
|
|
<?php
|
|
<?php
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- ?>
|
|
|
|
- }
|
|
|
|
|
|
+ ?>
|
|
}
|
|
}
|
|
|
|
|
|
window.onresize = updateContentHeight;
|
|
window.onresize = updateContentHeight;
|