mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 05:32:37 +00:00
Merge branch 'master' of https://github.com/sharelatex/web-sharelatex
This commit is contained in:
commit
c4a379075d
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@
|
|||
small #{translate("no_projects")}
|
||||
div.welcome.text-centered(ng-if="projects.length == 0", ng-cloak)
|
||||
h2 #{translate("welcome_to_sl")}
|
||||
p #{translate("new_to_latex_look_at")}
|
||||
p #{translate("new_to_latex_look_at")}
|
||||
a(href="/templates") #{translate("templates").toLowerCase()}
|
||||
| #{translate("or")}
|
||||
a(href="/learn") #{translate("latex_help_guide")}
|
||||
|
|
|
@ -100,7 +100,7 @@ module.exports =
|
|||
# that are sent out, generated links, etc.
|
||||
siteUrl : siteUrl = 'http://localhost:3000'
|
||||
|
||||
# cooke domain
|
||||
# cookie domain
|
||||
# use full domain for cookies to only be accesabble from that domain,
|
||||
# replace subdomain with dot to have them accessable on all subdomains
|
||||
# cookieDomain: ".sharelatex.dev"
|
||||
|
|
Loading…
Reference in a new issue