mirror of
https://github.com/go-gitea/gitea
synced 2025-01-19 18:47:41 +01:00
chore: fix backedn-lint issues
This commit is contained in:
parent
17deb2cdc4
commit
728fc122b2
@ -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