Project

General

Profile

Actions

Defect #40346

closed

This error raise in console: "Uncaught SyntaxError: Unexpected token ';' (at new:604:37)"

Added by M.Mahdi Thantez 7 months ago. Updated 7 months ago.

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).

Actions

Also available in: Atom PDF