Fix New Messages navbar display and make the Messages link clickable.
This commit is contained in:
parent
2d9c722b3e
commit
5c54d4787f
|
@ -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>';
|
||||
|
|
Loading…
Reference in New Issue