Dynamic ajax url added
This commit is contained in:
parent
3312e1bdab
commit
e72535a70a
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
||||||
playlist = $(this).attr('dataList');
|
playlist = $(this).attr('dataList');
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://localhost/github_cb_test/ajax/watch.php',
|
url: baseurl+'/ajax/watch.php',
|
||||||
type: 'post',
|
type: 'post',
|
||||||
dataType: 'html',
|
dataType: 'html',
|
||||||
data: {
|
data: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue