-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS error on try.gitea.io Error: Syntax error, unrecognized expression: input[type='range'
#22702
Labels
Comments
wxiaoguang
changed the title
JS error on try.gitea.io
JS error on try.gitea.io Feb 1, 2023
Error: Syntax error, unrecognized expression: input[type='range'
Can't reproduce this myself right now. |
Weird that my browser isn't barfing on it. |
gitea/web_src/js/features/imagediff.js Line 266 in 72a83dc
|
PR up. |
Thanks @wxiaoguang |
Js lint cannot detected that problem. |
Maybe new Firefox is more strict. I don't see this error on my Chrome either. |
lunny
pushed a commit
that referenced
this issue
Feb 1, 2023
There was a missing `]` in imagediff.js: ``` const $range = $container.find("input[type='range'"); ``` This PR simply adds this. Fix #22702
yardenshoham
pushed a commit
to yardenshoham/gitea
that referenced
this issue
Feb 1, 2023
There was a missing `]` in imagediff.js: ``` const $range = $container.find("input[type='range'"); ``` This PR simply adds this. Fix go-gitea#22702
zeripath
added a commit
that referenced
this issue
Feb 1, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
https://try.gitea.io/wxiaoguang/test/pulls/6/files
Gitea Version
dev
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
try
Database
None
The text was updated successfully, but these errors were encountered: