Eclipse-Phase-Unofficial / ep-character-creator

A web-based character creator application for the Eclipse Phase role-playing game.
Other
27 stars 18 forks source link

Skills with a space in the name #60

Closed stoogoff closed 9 years ago

stoogoff commented 9 years ago

Skills with a space in the name (e.g. Kinetic Weapons) cause a JavaScript error with the following message:

Uncaught Error: Syntax error, unrecognized expression: [id=Kinetic Weapons]

This is due to the skill name being used as the HTML ID, which doesn't allow spaces. This prevents the CP from changing if you're modifying the skill but the CP does correct itself if you change another skill. e.g.

This also happens with knowledge skills with a space for the same reason.