mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed &%#!@@!ing ES that prevented npm run production from working
This commit is contained in:
parent
293981148c
commit
b797604627
|
@ -172,7 +172,7 @@ $(document).ready(function () {
|
||||||
{
|
{
|
||||||
// Vue collision: Avoid overriding a vue select2 instance
|
// Vue collision: Avoid overriding a vue select2 instance
|
||||||
// by checking to see if the item has already been select2'd.
|
// by checking to see if the item has already been select2'd.
|
||||||
$('select.select2:not(".select2-hidden-accessible")').each((i,obj) => {
|
$('select.select2:not(".select2-hidden-accessible")').each(function (i,obj) {
|
||||||
{
|
{
|
||||||
$(obj).select2();
|
$(obj).select2();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue