This commit is contained in:
Xavier Henner 2019-08-17 22:16:12 +02:00
parent a1ce8b794b
commit aba0e5f73a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 + ')' );