nodebb-plugin-niki-loyalty 1.0.4 → 1.0.5
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 +1 -1
package/package.json
CHANGED
package/static/lib/client.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
$(document).ready(function () {
|
|
4
4
|
// --- AYARLAR ---
|
|
5
5
|
// Buraya logonun linkini koy. Eğer link yoksa geçici bir kedi ikonu koydum.
|
|
6
|
-
const NIKI_LOGO_URL = 'https://
|
|
6
|
+
const NIKI_LOGO_URL = 'https://i.ibb.co/nZvtpss/logo-placeholder.png';
|
|
7
7
|
|
|
8
8
|
// Widget HTML Şablonu
|
|
9
9
|
const widgetHtml = `
|