mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 16:48:38 -04:00
Clean code.
This commit is contained in:
parent
1a47a2aa3b
commit
d5a0dce27a
6 changed files with 12 additions and 12 deletions
|
@ -20,7 +20,7 @@ modulejs.define('boot', ['$'], function ($) {
|
|||
$.ajax({
|
||||
url: url,
|
||||
data: data,
|
||||
type: 'POST',
|
||||
type: 'post',
|
||||
dataType: 'json'
|
||||
}).done(function (config) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue