We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fb3f1 commit 90e470dCopy full SHA for 90e470d
layout/_plugins/analytics/LCCounter.ejs
@@ -185,7 +185,7 @@
185
},
186
187
refreshCounter() {
188
- var api_server = this.app_id.slice(-9) !== '-MdYXbMMI' ? this.custom_api_server : `https://${ this.app_id.slice(0, 8).toLowerCase() }.api.lncldglobal.com`;
+ var api_server = this.custom_api_server || `https://${ this.app_id.slice(0, 8).toLowerCase() }.api.lncldglobal.com`;
189
if (api_server) {
190
this.fetchData(api_server);
191
} else {
0 commit comments