mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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() {
|
||||
var id = $('#adv-id').val();
|
||||
$.ajax({
|
||||
type: 'get',
|
||||
url: '/ajax/viewed/' + advID,
|
||||
url: '/ajax/viewed/' + id,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user