mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
oc.com bug - 'Call to a member function update() on null'
This commit is contained in:
parent
0f64617d50
commit
1f1b10434d
@ -1,7 +1,8 @@
|
|||||||
function viewed_ad() {
|
function viewed_ad() {
|
||||||
|
var id = $('#adv-id').val();
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'get',
|
type: 'get',
|
||||||
url: '/ajax/viewed/' + advID,
|
url: '/ajax/viewed/' + id,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user