sunlightlabs / sunlight_health

Sunlight Health, a mobile health care app for iOS and Android.
GNU General Public License v3.0
4 stars 1 forks source link

Ignore multiple page load events #12

Closed konklone closed 13 years ago

konklone commented 13 years ago

Have a variable kept outside the pageshow event for a page, that makes it so pages don't run the function multiple times.

This will mean every network backed page needs to implement some sort of caching variable itself.

konklone commented 13 years ago

This also deserves a bug reported to JQM about duplicative page loads.