maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Parser does not run when gist is loaded #511

Closed dane-johnson closed 7 years ago

dane-johnson commented 7 years ago

Expected Behavior

The parser should run when a gist is loaded

Current Behavior

Parser will not run unless the loaded gist is then edited.

Browser

Firefox

Steps to Reproduce (for bugs)

  1. Load a gist

Possible Solution