mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 = {
|
||||
projects: !{JSON.stringify(projects).replace(/\//g, '\\/')},
|
||||
tags: !{JSON.stringify(tags).replace(/\//g, '\\/')},
|
||||
notifications: !{JSON.stringify(notifications).replace(/\//g, '\\/')},
|
||||
notifications: !{JSON.stringify(notifications).replace(/\//g, '\\/')}
|
||||
};
|
||||
window.algolia = {
|
||||
institutions: {
|
||||
|
@ -21,7 +21,7 @@ block content
|
|||
|
||||
.content.content-alt(ng-controller="ProjectPageController")
|
||||
.container
|
||||
|
||||
|
||||
div(ng-controller="AnnouncementsController", ng-cloak)
|
||||
.alert.alert-success(ng-show="dataRecived")
|
||||
a(href, ng-click="openLink()") {{title}} and {{totalAnnouncements}} others
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"dateformat": "1.0.4-1.2.3",
|
||||
"express": "4.13.0",
|
||||
"express-session": "1.11.3",
|
||||
"feedparser": "^1.1.5",
|
||||
"grunt": "^0.4.5",
|
||||
"heapdump": "^0.3.7",
|
||||
"http-proxy": "^1.8.1",
|
||||
|
|
Loading…
Reference in a new issue