mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 04:50:53 +00:00
Check for OL free trial instead of host as it may be fragile indicator
This commit is contained in:
parent
da2c0b3fea
commit
dc2ddf7e09
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
indexName : '!{settings.templates.indexName}'
|
||||
}
|
||||
|
||||
- if (settings.overleaf && settings.overleaf.host)
|
||||
- if (settings.overleaf && settings.overleaf.useOLFreeTrial)
|
||||
script.
|
||||
window.redirectToOLFreeTrialUrl = '!{settings.overleaf.host}/users/trial'
|
||||
|
||||
|
|
Loading…
Reference in a new issue