From 9c3299b4fbf8c277af1e90d2c51842b1307b0f88 Mon Sep 17 00:00:00 2001 From: Pi-Hsun Shih Date: Wed, 8 Apr 2020 17:42:26 +0800 Subject: [PATCH] Undo more unrelated style change. --- js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index 8059486..3c09057 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -69,7 +69,7 @@ const isEmpty = function (arr) { const getFirstBuyState = function () { return JSON.parse(localStorage.getItem('first_buy')); -}; +} const getPricesFromLocalstorage = function () { try {