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() {