mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-05 12:09:25 +02: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>