@mjhls/mjh-framework 1.0.971-disable → 1.0.971-disable-v2

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/dist/cjs/View.js CHANGED
@@ -2225,7 +2225,7 @@ var View = function View(props) {
2225
2225
  }
2226
2226
  }, []);
2227
2227
 
2228
- //const disableInfiniteScroll = checkBodyForDisableInfiniteScroll(props.article)
2228
+ var disableInfiniteScroll = false;
2229
2229
  var commentsEnabledInTaxonomy = Array.isArray(content_placement) && content_placement.some(function (t) {
2230
2230
  return t.showComments === true;
2231
2231
  });
package/dist/esm/View.js CHANGED
@@ -2214,7 +2214,7 @@ var View = function View(props) {
2214
2214
  }
2215
2215
  }, []);
2216
2216
 
2217
- //const disableInfiniteScroll = checkBodyForDisableInfiniteScroll(props.article)
2217
+ var disableInfiniteScroll = false;
2218
2218
  var commentsEnabledInTaxonomy = Array.isArray(content_placement) && content_placement.some(function (t) {
2219
2219
  return t.showComments === true;
2220
2220
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.971-disable",
3
+ "version": "1.0.971-disable-v2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",