From 47ed17aab3d0a0e16fe3a7eb845075c5f02373bc Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 14 Nov 2016 10:48:06 +0000 Subject: [PATCH] remove unneeded package and comma in jade --- services/web/app/views/project/list.jade | 4 ++-- services/web/package.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/services/web/app/views/project/list.jade b/services/web/app/views/project/list.jade index 196d96d044..1a7e89ca76 100644 --- a/services/web/app/views/project/list.jade +++ b/services/web/app/views/project/list.jade @@ -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 diff --git a/services/web/package.json b/services/web/package.json index 929a102744..bd4cde48f3 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -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",