diff --git a/src/js/index.js b/src/js/index.js index ae9cf14c0..885d4b4fa 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2,6 +2,7 @@ /* global angular:false */ /* global showdown:false */ +/* global moment:false */ // deal with accessToken in the query, this is passed for example on password reset and account setup upon invite var search = decodeURIComponent(window.location.search).slice(1).split('&').map(function (item) { return item.split('='); }).reduce(function (o, k) { o[k[0]] = k[1]; return o; }, {}); diff --git a/src/views/apps.html b/src/views/apps.html index b2fc426e6..b0c872051 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -208,10 +208,10 @@
Restoring the app will lose all content generated since the backup.