joshuabowers / pynt

An interactive fiction hub
1 stars 0 forks source link

UI: Added entries cannot be marked as readable #28

Closed joshuabowers closed 11 years ago

joshuabowers commented 11 years ago

Specifically, an entry added via TerminalController#execute's AJAX response are not currently being visually marked as read. Once the terminal is manually reloaded (i.e. browser page reload), the AJAX call to mark the entry as read works properly.

So, bug in how the AJAX response handler works?