Skip to content

Commit

Permalink
관리자 토큰생성시 button submit 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jan 14, 2020
1 parent f96c355 commit e329192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/admin.js
Expand Up @@ -108,7 +108,7 @@ function get_ajax_token()
}

$(function() {
$(document).on("click", "form input:submit", function() {
$(document).on("click", "form input:submit, form button:submit", function() {
var f = this.form;
var token = get_ajax_token();

Expand Down

0 comments on commit e329192

Please sign in to comment.