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 +1 -1
- package/static/lib/client.js +3 -0
- package/static/samplefile.html +1004 -3
- package/static/widget-niki-floating.html +132 -0
- package/static/lib/niki-admin.html +0 -1313
- package/static/lib/niki-kasa.html +0 -990
package/package.json
CHANGED
package/static/lib/client.js
CHANGED
|
@@ -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
|
// ============================================================
|