oc.com bug - 'Call to a member function update() on null'

This commit is contained in:
Diatrex 2020-10-15 12:27:01 +03:00
parent 0f64617d50
commit 1f1b10434d

View File

@ -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,
}); });
} }