mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-30 06:15:17 +02:00
chore: fix lint issue
This commit is contained in:
parent
24da8ef7af
commit
bf3535a7a3
@ -127,12 +127,12 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<button class="pull-request-diff-comments hidden"></button>
|
<button class="pull-request-diff-comments hidden"></button>
|
||||||
<script class="pull-request-diff-comments">
|
<script class="pull-request-diff-comments">
|
||||||
var $buttons = document.querySelector('button.pull-request-diff-comments');
|
var $buttons = document.querySelector('button.pull-request-diff-comments');
|
||||||
if ($buttons) {
|
if ($buttons) {
|
||||||
$buttons.click();
|
$buttons.click();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user