Do not show cryptic UTC timestamp format for backups

This commit is contained in:
Johannes Zellner
2018-05-25 13:56:15 +02:00
parent 57a4fa2d38
commit 08955ce5a4
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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; }, {});