Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avadhesh18 committed Jan 30, 2024
1 parent 2c763c0 commit 29b2761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};
Expand Down
2 changes: 1 addition & 1 deletion run.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div id="menus">
<div id="subssearch" class="hidden">
<input type="text" id="subssearchi" name="qury" onkeyup="searchsubs(this.value,event)" autocomplete="off">
<div id="subslist"></div>
<div id="subslist"></div>
</div>
<div id="leftbar" class="hidden">
<div class="list">
Expand Down

0 comments on commit 29b2761

Please sign in to comment.