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){
|
||||
$.ajax({
|
||||
type: 'post',
|
||||
url: '/ajax',
|
||||
url: 'ajax',
|
||||
data: JSON.stringify(action),
|
||||
error:function(msg){
|
||||
console.log( 'Error !: (' + msg.responseText + ')' );
|
||||
|
|
Loading…
Reference in New Issue