From b3bc243be7a151d634f19ed3b516d5d6a2ab9cfc Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Wed, 10 Apr 2019 19:16:42 -0500 Subject: quick fix --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5661e1c..5510cac 100644 --- a/app.js +++ b/app.js @@ -122,7 +122,7 @@ function route () { var oldKey = h('div', {classlist: 'message'}) oldKey.appendChild(h('p', ['You had a key in localStorage. Import it to the new database by pasting it into the box above.'])) - oldKey.appendChild(h('pre', {style: 'width: 80%'}, [h('code', [JSON.stringify(localStorage['id'])])])) + oldKey.appendChild(h('pre', {style: 'width: 80%'}, [h('code', [localStorage['id']])])) scroller.appendChild(oldKey) } -- cgit v1.2.3-70-g09d2