Added tooltip

This commit is contained in:
Dennis Sluijk
2016-02-16 15:51:56 +01:00
committed by KKamaa
parent 4426c5e503
commit ce5902e097
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ openerp.web_fullscreen = function(instance, local) {
toggle: function() {
$("#oe_main_menu_navbar").toggle();
$(".oe_leftbar").toggle();
},
start: function() {
this.$el.find('a').tooltip();
}
});