alexbain / lirc_web

Control LIRC from the web using NodeJS and lirc_node
125 stars 60 forks source link

Remove href from back link to prevent URL change; #10

Closed elysion closed 10 years ago

elysion commented 10 years ago

When opening the remote on OS X dashboard, clicking the back button will cause the index page to be opened in Safari. This is a result of the URL changing which in turn is caused by the href attribute. This attribute is however not needed and can thus be removed.

alexbain commented 10 years ago

Thanks!

elysion commented 10 years ago

No problem! Thanks for the awesome projects (lirc_node & lirc_web)!