1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Fix JavaScript.

This commit is contained in:
Paul 'flowerysong' Arthur 2010-06-24 03:31:43 +00:00
parent 330d89968b
commit bbed2d23b5

View file

@ -37,7 +37,7 @@ function ajaxPost(url, input, source) {
method: 'post',
parameters: $(input).serialize(true),
onSuccess: processContents
}
});
} // ajaxPost
// ajaxPut