mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
add tooltips to the top nav menu
This commit is contained in:
parent
7d175324ee
commit
96c854e5fc
2 changed files with 22 additions and 11 deletions
11
js/theme.js
11
js/theme.js
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue