]> source.dussan.org Git - gitea.git/commit
Add missing close bracket in imagediff (#22710) (#22712)
authorYarden Shoham <hrsi88@gmail.com>
Wed, 1 Feb 2023 12:30:52 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2023 12:30:52 +0000 (12:30 +0000)
commit4c20be7c00179d404175efc787551328a73696f5
tree06e9c8a3401ac8bfad71b4a35f9bf7c4f2cab267
parent263d06f6161d9268f1ed0520e7a75a5bb81ad4da
Add missing close bracket in imagediff (#22710) (#22712)

Backport #22710

There was a missing `]` in imagediff.js:

```
const $range = $container.find("input[type='range'");
```

This PR simply adds this.

Fix #22702

Co-authored-by: zeripath <art27@cantab.net>
web_src/js/features/imagediff.js