Skip to content

Commit 293ecb1

Browse files
committed
Don't use the bootstrap3 title plugin on th elements, it doesn't work
properly for those - Legacy-Id: 12115
1 parent 46dd468 commit 293ecb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/static/ietf/js/ietf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ $(".snippet .show-all").click(function () {
194194
// });
195195

196196
// Use the Bootstrap3 tooltip plugin for all elements with a title attribute
197-
$('[title][title!=""]').tooltip();
197+
$('[title][title!=""]').not("th").tooltip();
198198

199199
$(document).ready(function () {
200200
// add a required class on labels on forms that should have

0 commit comments

Comments
 (0)