nolastan / Frat-house-tycoon

3 stars 0 forks source link

board keeps drawing new canvases #16

Closed nolastan closed 12 years ago

nolastan commented 12 years ago

each turn more and more canvases are drawn on the plan screen, causing my browser to ultimately crash.

nolastan commented 12 years ago

Commit #aefbe0c fixes it, at least temporarily, by clearing the html element each time. not ideal as it is reloaded each time, but good enough for user testing today.