mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 11:31:55 +02:00
Make Countly server configurable via settings.
This commit is contained in:
@@ -53,7 +53,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
var Countly = Countly || {};
|
||||
Countly.q = Countly.q || [];
|
||||
Countly.app_key = '#{settings.analytics.countly.token}';
|
||||
Countly.url = 'https://try.count.ly';
|
||||
Countly.url = '#{settings.analytics.countly.server}';
|
||||
|
||||
Countly.q.push(['track_sessions']);
|
||||
Countly.q.push(['track_pageview']);
|
||||
|
||||
Reference in New Issue
Block a user