nodebb-plugin-niki-loyalty 1.3.11 → 1.3.13

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.11",
3
+ "version": "1.3.13",
4
4
  "description": "Niki The Cat Coffee Loyalty System - Earn points while studying on IEU Forum.",
5
5
  "main": "library.js",
6
6
  "nbbpm": {
@@ -90,11 +90,10 @@ $(document).ready(function () {
90
90
 
91
91
  // -------------------------------------------------------------
92
92
  // 🐱 FLOATING WIDGET - DEVRE DIŞI
93
- // Kullanıcı kendi custom widget'ını (duyuru baloncuklu) kullanıyor
94
- // Bu nedenle client.js widget'ı oluşturmuyor
93
+ // Widget NodeBB widget sisteminden elle ekleniyor
95
94
  // -------------------------------------------------------------
96
95
 
97
- // Sadece puan güncelleme fonksiyonu (custom widget için)
96
+ // Sadece puan güncelleme fonksiyonu
98
97
  function updateFloatingWidget() {
99
98
  // Custom widget'ta puan gösterimi varsa güncelle
100
99
  if ($('#widget-user-points').length === 0) return;
@@ -112,7 +111,6 @@ $(document).ready(function () {
112
111
  console.log('[Niki-Loyalty] Widget puanı yüklenemedi.');
113
112
  });
114
113
  }
115
-
116
114
  // Fonksiyonu global yap
117
115
  window.updateFloatingWidget = updateFloatingWidget;
118
116