cvweiss / skillq

A web based Skill Monitor for Eve Online.
https://SkillQ.net
MIT License
19 stars 5 forks source link

Unable to remove my character #47

Closed Ionaru closed 5 years ago

Ionaru commented 5 years ago

I am unable to remove my character from SkillQ. The error is: Uncaught SyntaxError: missing ) after argument list on this line:

<td><span class='pull-right'><a href='#' onClick="verifyRemoval('Cap&#039;n Proton', 92840153); return false;">X</a></span></td>

I think the quote (') in my character's name isn't properly being escaped. image

I was able to remove my character successfully by editing the HTML and escaping the ': verifyRemoval('Cap\'n Proton', 92840153)

Ionaru commented 5 years ago

Duplicate issue, closing.