Skip to content

Commit

Permalink
remove extra "document ready" function
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen4All committed Jan 5, 2020
1 parent 1df43a9 commit d0772c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ function compare(productId, action) {

$(document).ready(function () {
$('#filter-wrapper').after(compareResultDiv);
});

$(document).ready(function () {
let javascriptCompareProductsArray = '';
<?php
if (isset($_SESSION['compareProducts']) && $_SESSION['compareProducts'] != '') {
Expand Down

0 comments on commit d0772c2

Please sign in to comment.