관리자 토큰생성시 button submit 추가

This commit is contained in:
thisgun
2020-01-14 16:40:58 +09:00
parent f96c3558e8
commit e329192586

View File

@ -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();