davidbauer / Instacurate

Turn your Twitter timeline into a personalised news site, in an instant. Fetches links from your timeline and displays them in a discovery friendly design.
http://www.instacurate.com
113 stars 29 forks source link

Opening supportbox messes with url #47

Closed davidbauer closed 11 years ago

davidbauer commented 11 years ago

search for any username, then open supportbox

result: url changed to /twitter-times/# expected result: url doesn't change (remains /twitter-times/#username)

backflip commented 11 years ago

You can either add event.preventDefault() to the event listener or use a button instead of a link.