Don't use the bootstrap3 title plugin on th elements, it doesn't work

properly for those
 - Legacy-Id: 12115
This commit is contained in:
Ole Laursen 2016-10-11 11:44:49 +00:00
parent 46dd4682bf
commit 293ecb1488

View file

@ -194,7 +194,7 @@ $(".snippet .show-all").click(function () {
// });
// Use the Bootstrap3 tooltip plugin for all elements with a title attribute
$('[title][title!=""]').tooltip();
$('[title][title!=""]').not("th").tooltip();
$(document).ready(function () {
// add a required class on labels on forms that should have