mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove unneeded package and comma in jade
This commit is contained in:
parent
666bfdf967
commit
47ed17aab3
2 changed files with 2 additions and 3 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: {
|
||||||
|
@ -21,7 +21,7 @@ block content
|
||||||
|
|
||||||
.content.content-alt(ng-controller="ProjectPageController")
|
.content.content-alt(ng-controller="ProjectPageController")
|
||||||
.container
|
.container
|
||||||
|
|
||||||
div(ng-controller="AnnouncementsController", ng-cloak)
|
div(ng-controller="AnnouncementsController", ng-cloak)
|
||||||
.alert.alert-success(ng-show="dataRecived")
|
.alert.alert-success(ng-show="dataRecived")
|
||||||
a(href, ng-click="openLink()") {{title}} and {{totalAnnouncements}} others
|
a(href, ng-click="openLink()") {{title}} and {{totalAnnouncements}} others
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
"dateformat": "1.0.4-1.2.3",
|
"dateformat": "1.0.4-1.2.3",
|
||||||
"express": "4.13.0",
|
"express": "4.13.0",
|
||||||
"express-session": "1.11.3",
|
"express-session": "1.11.3",
|
||||||
"feedparser": "^1.1.5",
|
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"heapdump": "^0.3.7",
|
"heapdump": "^0.3.7",
|
||||||
"http-proxy": "^1.8.1",
|
"http-proxy": "^1.8.1",
|
||||||
|
|
Loading…
Reference in a new issue