add tooltips to the top nav menu

This commit is contained in:
rabuzarus 2016-04-19 02:58:33 +02:00
parent 7d175324ee
commit 96c854e5fc
2 changed files with 22 additions and 11 deletions

View file

@ -53,6 +53,17 @@ $(document).ready(function(){
if( $("#jot-popup").is(":hidden")) $("#topbar-second > .container > #navbar-button #jotOpen").hide();
}
// initialize the bootstrap tooltips
$('[data-toggle="tooltip"]').tooltip({
animation: true,
html: true,
placement: 'auto',
delay: {
show: 500,
hide: 100
}
});
// Loading remote bootstrap remote modals
// This is uses to load tradional friendica pages into bootstrap modals
//