mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
Fix JavaScript.
This commit is contained in:
parent
330d89968b
commit
bbed2d23b5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function ajaxPost(url, input, source) {
|
||||||
method: 'post',
|
method: 'post',
|
||||||
parameters: $(input).serialize(true),
|
parameters: $(input).serialize(true),
|
||||||
onSuccess: processContents
|
onSuccess: processContents
|
||||||
}
|
});
|
||||||
} // ajaxPost
|
} // ajaxPost
|
||||||
|
|
||||||
// ajaxPut
|
// ajaxPut
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue