Skip to content

Commit b04622f

Browse files
committed
add tooltips to nav buttons on right
1 parent 35559d6 commit b04622f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/webapp/js/application.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ var app = function() {
88
// menu is handled by angular
99
//menu();
1010
togglePanel();
11-
closePanel();
11+
closePanel();
1212
};
1313

1414
var tooltips = function() {
1515
$('#toggle-left').tooltip();
16+
$('.right_nav_button').tooltip({'placement': 'bottom'});
1617
};
1718

1819
var togglePanel = function() {

0 commit comments

Comments
 (0)