From a0baf3c6f9af4a226d437c21b39343a359bda178 Mon Sep 17 00:00:00 2001 From: yumetodo Date: Tue, 14 Jan 2020 00:04:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=AB=E3=83=BC=E3=83=89=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=97=E3=81=9F=E3=81=A8=E3=81=8D=E3=81=AB?= =?UTF-8?q?card=5Flist=E3=81=8C=E4=BA=8C=E9=87=8D=E5=89=8A=E9=99=A4?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #62 でArray#spliceに書き換えたときに消し忘れた ref: - #92 --- js/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common.js b/js/common.js index 7666a91..adb2b41 100644 --- a/js/common.js +++ b/js/common.js @@ -32,7 +32,6 @@ export const get_url_vars = (function() { export function deleteCard(index, prefix) { $("cards").removeChild($(`${prefix}_${index}`)); card_list.splice(index, 1); - delete card_list[index]; genPermalink(); }