Skip to content
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

De-couple scene id needed for "begin" link from text entered on scene description #15

Open
Logodaedalus opened this issue Dec 17, 2018 · 0 comments
Labels
bug Something isn't working timeline view Issues related to timeline view

Comments

@Logodaedalus
Copy link
Contributor

Currently, if you want to start a scene in timeline view, you have to make sure in the scene's config field "descriptionText" you have a link like this:

<a href='#' class='beginScene' id='begin-testScene2'>Begin Scene</a>

At the very least, we should only require that a link with 'beginScene' class is in it...setting the id of the scene to begin off the text value of the link's id (Display.js:606) is...horrible.

@Logodaedalus Logodaedalus added bug Something isn't working timeline view Issues related to timeline view labels Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working timeline view Issues related to timeline view
Projects
None yet
Development

No branches or pull requests

1 participant