sr-npm 1.7.1277 → 1.7.1278

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.1277",
3
+ "version": "1.7.1278",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -78,9 +78,6 @@ async function handleBackAndForth(_$w){
78
78
  await clearAll(_$w,true);
79
79
  await handleUrlParams(_$w,newQueryParams,true);
80
80
  }
81
- else{
82
- ActivateURLOnchange=true;
83
- }
84
81
  // if(ActivateURLOnchange) {
85
82
  // const newQueryParams=await location.query();
86
83
  // console.log("newQueryParams: ", newQueryParams);
@@ -683,6 +680,7 @@ function handlePageUrlParam() {
683
680
  else{
684
681
  queryParams.add({ page: pagination.currentPage });
685
682
  }
683
+ ActivateURLOnchange=true;
686
684
  }
687
685
  async function refreshFacetCounts(_$w,clearAll=false) {
688
686