diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-06-01 16:02:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-06-29 09:08:33 +0200 |
commit | dfc56e4f0376b679deff2f05ab9ba85a06f89102 (patch) | |
tree | 75f44d9bdfb5ad6a30a7ed540ef45a198232c24e /apps/updatenotification/js-src/components | |
parent | 7ad0a43cc1496d352ee7cdf6425425b34259a8f9 (diff) | |
download | nextcloud-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.vue | 2 |
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] }; |