summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 33044fad..491dc2fe 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -222,11 +222,11 @@ function toolbar_popover($glyphicon, $label, $content, $class = '')
<script type="text/javascript">
$(function(){
$(\'#' . $dom_id . '\').popover({
- trigger: \'focus\',
+ trigger: \'click\',
html: true,
content: \'' . addslashes(join('', $content)) . '\',
placement: \'bottom\',
- container: \'#navbar-collapse-1\'
+ container: \'#navbar-offcanvas\'
})
});
</script></li>';