update
This commit is contained in:
parent
a1ce8b794b
commit
aba0e5f73a
File diff suppressed because one or more lines are too long
|
@ -110,7 +110,7 @@ select.interface {
|
||||||
function ajax(action){
|
function ajax(action){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'post',
|
type: 'post',
|
||||||
url: '/ajax',
|
url: 'ajax',
|
||||||
data: JSON.stringify(action),
|
data: JSON.stringify(action),
|
||||||
error:function(msg){
|
error:function(msg){
|
||||||
console.log( 'Error !: (' + msg.responseText + ')' );
|
console.log( 'Error !: (' + msg.responseText + ')' );
|
||||||
|
|
Loading…
Reference in New Issue