Commit 09867b53 authored by Ad Schellevis's avatar Ad Schellevis

(mvc/ ui) enable tooltips in base template

parent fc72bf27
......@@ -142,6 +142,8 @@
$("#menu_search_box").css('width', '250px');
$("#menu_messages").show();
});
// enable bootstrap tooltips
$('[data-toggle="tooltip"]').tooltip();
});
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment