app-inventor-gallery / aig

App Inventor Community Gallery
10 stars 8 forks source link

View count incremented twice for each view of an app #118

Closed derrell closed 12 years ago

derrell commented 12 years ago

The view count is incremented twice now, when an app is visited. I have also noticed that I see the page display twice. This is likely due to the hash being set, so we need to figure out how to not reload the page.

This is caused by the implementation of #23 (Modify browser's Location Bar URL for shortcuts).

derrell commented 12 years ago

@cpuwhiz11 to you, replacing #23

derrell commented 12 years ago

Fixed with pull request #131.