Skip to content

Commit 7653755

Browse files
Resolve #1: Automatic mode (by default)
1 parent 536d9f1 commit 7653755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap-hover-tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function ($) {
22
$(function () {
3-
$(document).on('mouseenter', '[data-hover="tab"]', function () {
3+
$(document).on('mouseenter', '[data-toggle="tab"]', function () {
44
$(this).tab('show');
55
});
66
});

0 commit comments

Comments
 (0)