cgonyeo / odd

One Dimensional Display
7 stars 1 forks source link

Website doesn't correctly remove controls #10

Closed cgonyeo closed 11 years ago

cgonyeo commented 11 years ago

Controls are first generated when one animation is visited, and if the user navigates to a different animation without refreshing the page, the correct controls will not be displayed.

cgonyeo commented 11 years ago

This is due to how jquery mobile works. I'll combine all the pages into one page and set it up like how jquery mobile sites are intended to be set up, and then it should work.

cgonyeo commented 11 years ago

Done. Entire website is now contained within one page, and controls always show up correctly.