From c4eaae923a723515a42db2105d4b932ca7a9fc7a Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Thu, 8 Feb 2024 15:02:47 -0800 Subject: [PATCH] removed vue comments since they do not apply anymore --- resources/assets/js/snipeit.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/assets/js/snipeit.js b/resources/assets/js/snipeit.js index c82481658..f5d986def 100755 --- a/resources/assets/js/snipeit.js +++ b/resources/assets/js/snipeit.js @@ -191,9 +191,6 @@ $(document).ready(function () { * 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) { { $(obj).select2();