0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-25 04:56:56 +02:00

chore: remove unwanted class in script

This commit is contained in:
Rajesh Jonnalagadda 2025-03-02 15:41:32 +05:30
parent 0ef3d06cdb
commit a68fbd5f2d

View File

@ -147,7 +147,7 @@
</td>
</tr>
<button class="pull-request-diff-comments hidden"></button>
<script class="pull-request-diff-comments">
<script>
var $buttons = document.querySelector('button.pull-request-diff-comments');
if ($buttons) {
$buttons.click();