FlashbackSRS / flashback

Flashback Client App
MIT License
4 stars 1 forks source link

Move iframe ID assignment out of the template. #30

Closed flimzy closed 7 years ago

flimzy commented 7 years ago

This simplifies templates significantly, so that they don't have to worry about these internal details. The potential drawback is that it means parsing the HTML an additional time, which is less efficient.