mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-23 16:48:47 +03: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>