0x1998 - MANAGER
Düzenlenen Dosya: post-views.js
document.addEventListener("DOMContentLoaded", function() { let el = document.querySelector('.post-views'); if(!el) return; fetch(nimooliViews.ajax, { method: 'POST', headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'}, body: 'action=nimooli_update_views&post_id=' + nimooliViews.post_id }).then(res => res.json()) .then(data => { if(data.success){ // بهروزرسانی عدد روی صفحه let current = parseInt(el.textContent.replace(/,/g,'')) || 0; el.textContent = current + 1; } }); });
geri dön