From 29b276195f5219aaeb8da9efa52707c1d057c0be Mon Sep 17 00:00:00 2001 From: avadhesh18 Date: Wed, 31 Jan 2024 03:06:50 +0530 Subject: [PATCH] bug fixes --- public/functions.js | 2 +- run.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/functions.js b/public/functions.js index 649e66b..55c0296 100644 --- a/public/functions.js +++ b/public/functions.js @@ -136,7 +136,7 @@ nexturl = nexturl+"&after="+jsonResponse['data']['after']; else { nexturl = ''; } -document.getElementById('sxpy').innerHTML += fill; +document.getElementById('sxpy').insertAdjacentHTML('beforeend',fill); document.getElementById('sentinel').innerHTML = ' '; runhsl(); }; diff --git a/run.php b/run.php index a4c6cb8..bdd2cae 100644 --- a/run.php +++ b/run.php @@ -23,7 +23,7 @@