Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
게시판 글쓰기시 버튼도 토큰 적용되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jul 3, 2017
1 parent c877ccb commit 09be06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 09be06f

Please sign in to comment.