add tooltips to nav buttons on right
This commit is contained in:
parent
35559d657b
commit
b04622ff86
@ -13,6 +13,7 @@ var app = function() {
|
||||
|
||||
var tooltips = function() {
|
||||
$('#toggle-left').tooltip();
|
||||
$('.right_nav_button').tooltip({'placement': 'bottom'});
|
||||
};
|
||||
|
||||
var togglePanel = function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user