add tooltips to nav buttons on right

This commit is contained in:
Rick Lawson 2014-09-11 06:59:04 -04:00
parent 35559d657b
commit b04622ff86

View File

@ -8,11 +8,12 @@ var app = function() {
// menu is handled by angular // menu is handled by angular
//menu(); //menu();
togglePanel(); togglePanel();
closePanel(); closePanel();
}; };
var tooltips = function() { var tooltips = function() {
$('#toggle-left').tooltip(); $('#toggle-left').tooltip();
$('.right_nav_button').tooltip({'placement': 'bottom'});
}; };
var togglePanel = function() { var togglePanel = function() {