mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
removed vue comments since they do not apply anymore
This commit is contained in:
parent
b73e8642d3
commit
c4eaae923a
|
@ -191,9 +191,6 @@ $(document).ready(function () {
|
||||||
* Select2
|
* Select2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Vue collision: Avoid overriding a vue select2 instance
|
|
||||||
// by checking to see if the item has already been select2'd.
|
|
||||||
$('select.select2:not(".select2-hidden-accessible")').each(function (i,obj) {
|
$('select.select2:not(".select2-hidden-accessible")').each(function (i,obj) {
|
||||||
{
|
{
|
||||||
$(obj).select2();
|
$(obj).select2();
|
||||||
|
|
Loading…
Reference in a new issue