Actions
Defect #40346
closedThis error raise in console: "Uncaught SyntaxError: Unexpected token ';' (at new:604:37)"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi. I saw this error on browser console:
Uncaught SyntaxError: Unexpected token ';' (at new:604:37)
When I checked the source of the error, I found this line:
if (assign_to_me_link.length > 0) {
That is defined in `app/views/issues/_form.html.erb` like this:
if (assign_to_me_link.length > 0) {
So obviously the >
character is converting to >
. I don't know is this related to Rails or Redmine itself, but If you think this issue is unrelated, please note below, and I will submit it to rails developers (if no one submitted it before).
Updated by Holger Just about 1 year ago
- Status changed from Needs feedback to Closed
- Resolution set to Invalid
Actions