Skip to content

Commit

Permalink
Fixed &%#!@@!ing ES that prevented npm run production from working
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 31, 2017
1 parent 2939811 commit b797604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/snipeit.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ $(document).ready(function () {
{
// 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((i,obj) => {
$('select.select2:not(".select2-hidden-accessible")').each(function (i,obj) {
{
$(obj).select2();
}
Expand Down

0 comments on commit b797604

Please sign in to comment.