From b04622ff86b3c256dfd93836a5b63eb822b57351 Mon Sep 17 00:00:00 2001 From: Rick Lawson Date: Thu, 11 Sep 2014 06:59:04 -0400 Subject: [PATCH] add tooltips to nav buttons on right --- src/main/webapp/js/application.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/js/application.js b/src/main/webapp/js/application.js index a962cd01e..926cc58fb 100644 --- a/src/main/webapp/js/application.js +++ b/src/main/webapp/js/application.js @@ -8,11 +8,12 @@ var app = function() { // menu is handled by angular //menu(); togglePanel(); - closePanel(); + closePanel(); }; var tooltips = function() { $('#toggle-left').tooltip(); + $('.right_nav_button').tooltip({'placement': 'bottom'}); }; var togglePanel = function() {