summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js-src/components
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-01 16:02:19 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-06-29 09:08:33 +0200
commitdfc56e4f0376b679deff2f05ab9ba85a06f89102 (patch)
tree75f44d9bdfb5ad6a30a7ed540ef45a198232c24e /apps/updatenotification/js-src/components
parent7ad0a43cc1496d352ee7cdf6425425b34259a8f9 (diff)
downloadnextcloud-server-dfc56e4f0376b679deff2f05ab9ba85a06f89102.tar.gz
nextcloud-server-dfc56e4f0376b679deff2f05ab9ba85a06f89102.zip
do things with npm so make build-js-production succeeds without complaints
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/updatenotification/js-src/components')
-rw-r--r--apps/updatenotification/js-src/components/root.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue
index 5c77bbcb986..1f3b91cf6bd 100644
--- a/apps/updatenotification/js-src/components/root.vue
+++ b/apps/updatenotification/js-src/components/root.vue
@@ -222,7 +222,7 @@
},
whatsNew: function () {
- console.warn("fobar");
+
var whatsNew = [];
for (var i in this.whatsNewData) {
whatsNew[i] = { icon: 'icon-star-dark', longtext: this.whatsNewData[i] };