nodebb-plugin-ezoic-infinite 1.4.83 → 1.4.85
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 +1 -1
- package/public/client.js +2 -3
package/package.json
CHANGED
package/public/client.js
CHANGED
|
@@ -809,10 +809,9 @@
|
|
|
809
809
|
$(window).on('action:ajaxify.end.ezoicInfinite', () => {
|
|
810
810
|
state.pageKey = getPageKey();
|
|
811
811
|
|
|
812
|
-
// Débloquer Ezoic
|
|
813
|
-
|
|
812
|
+
// Débloquer Ezoic IMMÉDIATEMENT pour la nouvelle page
|
|
813
|
+
console.log('[NODEBB-EZOIC] ajaxify.end - Déblocage Ezoic');
|
|
814
814
|
EZOIC_BLOCKED = false;
|
|
815
|
-
}, 200);
|
|
816
815
|
|
|
817
816
|
ensureObserver();
|
|
818
817
|
|