Removed the title attribute from the select2 output

It contains duplicate info since its auto-generated by select2
This commit is contained in:
snipe 2020-03-27 14:07:30 -07:00
parent aded2193a2
commit 690d8255c9

View file

@ -835,6 +835,7 @@
$(function () {
$('[data-toggle="tooltip"]').tooltip();
$('.select2 span').addClass('needsclick');
$('.select2 span').removeAttr('title');
// This javascript handles saving the state of the menu (expanded or not)
$('body').bind('expanded.pushMenu', function() {