mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
10 lines
425 B
Diff
10 lines
425 B
Diff
--- Features.js
|
|
+++ Features.js
|
|
@@ -41,6 +41,7 @@ module.exports = Features = {
|
|
case 'templates-server-pro':
|
|
return Settings.overleaf == null
|
|
case 'affiliations':
|
|
+ case 'analytics':
|
|
// Checking both properties is needed for the time being to allow
|
|
// enabling the feature in web-api and disabling in Server Pro
|
|
// see https://github.com/overleaf/web-internal/pull/2127
|