From 59881232bfb84887dd56bcbe0a11a5442d715136 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 3 Jul 2017 10:19:38 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EA=B8=80?= =?UTF-8?q?=EC=93=B0=EA=B8=B0=EC=8B=9C=20=EB=B2=84=ED=8A=BC=EB=8F=84=20?= =?UTF-8?q?=ED=86=A0=ED=81=B0=20=EC=A0=81=EC=9A=A9=EB=90=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 8def959e5..e63c0f0eb 100644 --- a/js/common.js +++ b/js/common.js @@ -719,7 +719,7 @@ function get_write_token(bo_table) } $(function() { - $(document).on("click", "form[name=fwrite] input:submit", function() { + $(document).on("click", "form[name=fwrite] input:submit, form[name=fwrite] button:submit", function() { var f = this.form; var bo_table = f.bo_table.value; var token = get_write_token(bo_table);