nodebb-plugin-niki-loyalty 1.3.9 → 1.3.10

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": "nodebb-plugin-niki-loyalty",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Niki The Cat Coffee Loyalty System - Earn points while studying on IEU Forum.",
5
5
  "main": "library.js",
6
6
  "nbbpm": {
@@ -212,6 +212,9 @@ $(document).ready(function () {
212
212
  // ============================================================
213
213
  if (data.url === 'niki-wallet') {
214
214
  loadWalletData();
215
+ } else {
216
+ // Başka bir sayfaya geçince flag'i temizle, böylece cüzdana tekrar dönünce yine yeniler
217
+ sessionStorage.removeItem('niki_wallet_reloaded');
215
218
  }
216
219
 
217
220
  // ============================================================