mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update list.jade
This commit is contained in:
parent
13d21b881f
commit
69ab275404
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ block content
|
||||||
window.data = {
|
window.data = {
|
||||||
projects: !{JSON.stringify(projects).replace(/\//g, '\\/')},
|
projects: !{JSON.stringify(projects).replace(/\//g, '\\/')},
|
||||||
tags: !{JSON.stringify(tags).replace(/\//g, '\\/')},
|
tags: !{JSON.stringify(tags).replace(/\//g, '\\/')},
|
||||||
notifications: !{JSON.stringify(notifications).replace(/\//g, '\\/')},
|
notifications: !{JSON.stringify(notifications).replace(/\//g, '\\/')}
|
||||||
};
|
};
|
||||||
window.algolia = {
|
window.algolia = {
|
||||||
institutions: {
|
institutions: {
|
||||||
|
|
Loading…
Reference in a new issue