mirror of
https://gitee.com/gitea/gitea
synced 2025-11-14 05:20:26 +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>