mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 15:56:10 -06:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
function viewed_ad() {
|
|
$.ajax({
|
|
type: 'get',
|
|
url: '/ajax/viewed/' + advID,
|
|
});
|
|
}
|
|
|
|
viewed_ad(); |