This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/web_src/js
zeripath 9f9a1ce922
Add missing close bracket in imagediff (#22710)
There was a missing `]` in imagediff.js:

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

This PR simply adds this.

Fix #22702
2023-02-01 19:48:35 +08:00
..
components Use relative url in actions view (#22675) 2023-01-31 22:46:10 +00:00
features Add missing close bracket in imagediff (#22710) 2023-02-01 19:48:35 +08:00
markup
modules
standalone
test
bootstrap.js
index.js Implement actions (#21937) 2023-01-31 09:45:19 +08:00
jquery.js
serviceworker.js
svg.js Implement actions (#21937) 2023-01-31 09:45:19 +08:00
svg.test.js
utils.js
utils.test.js