Initialize tooltips on the main application. #24
This commit is contained in:
4
app.js
4
app.js
@@ -40,6 +40,10 @@ $(function() {
|
|||||||
// ========================
|
// ========================
|
||||||
// Keymap related settings.
|
// Keymap related settings.
|
||||||
// ========================
|
// ========================
|
||||||
|
$(function () {
|
||||||
|
$('[data-toggle="tooltip"]').tooltip()
|
||||||
|
});
|
||||||
|
|
||||||
$('.pane-title__name, .pane-title__abbrev').on('mouseover', function() {
|
$('.pane-title__name, .pane-title__abbrev').on('mouseover', function() {
|
||||||
$(this).addClass('active');
|
$(this).addClass('active');
|
||||||
}).on('mouseout', function() {
|
}).on('mouseout', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user