dhowe / ReadersJS

1 stars 4 forks source link

Support different number and order of texts #104

Closed dhowe closed 7 years ago

dhowe commented 7 years ago

Please update index.html and text-loader.js so that the order of texts displayed can be changed simply by changing the order of the TEXTS array. Also, should support different numbers of texts, e.g. 1 or 2 or 4.

I've done most of this, however there is still one hard-coded src tag for the first text in index.html::line 57, which needs to be dynamically created/inserted.