mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Removed the title attribute from the select2 output
It contains duplicate info since its auto-generated by select2
This commit is contained in:
parent
aded2193a2
commit
690d8255c9
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue