From f82d23ed2b2579e48ced4d285bca0401c81a23da Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 30 Jun 2020 18:11:20 +0100 Subject: [PATCH] fixed the fix --- public/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/account.js b/public/js/account.js index a4d17c344..293b44bcf 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -558,7 +558,7 @@ function loadMoreLines(){ let restags; if(result.tags === undefined){ - restags = []; + restags = '[]'; }else{ restags = JSON.stringify(result.tags) }