mirror of
https://gitee.com/gitea/gitea
synced 2026-05-10 05:15:21 +08:00
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>