Skip to content

Commit

Permalink
shop update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 20, 2024
1 parent a71dd29 commit 94256ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/widgets/ScrollAndSpPager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ScrollAndSpPager extends \skeeks\yii2\ajaxpager\ScrollAndSpPager
public $spClientOptions = [
'prevText' => '',
'nextText' => '',
'edges' => '2',
'edges' => '3',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/filters/assets/src/js/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$("#sx-filters-form").submit();

} else {
var jFilter = $(".field-e-f" + property_id);
var jFilter = $("." + property_id);

if (value_id) {
$("input[value=" + value_id + "]", jFilter).prop("checked", false);
Expand Down

0 comments on commit 94256ec

Please sign in to comment.