This is awesome! Is the entry box for the repo supposed to go away once it finds it? It stayed there, covering the text in Chrome 27 dev on Arch... It would be cool if it disappeared.
It does on Chrome 26.0.1410.65 (osx) or Firefox or Safari
Perhaps it is because of switch to blink? Anyway, forewarned - forearmed. Thanks!
Surprisingly funny. :) I wish the url changed so one could link someone. Solved now, but it should be added.
Just changed it so you can specify user/repo in hashtag: http://starlogs.net/#rails/rails
Nice, but please consider switching to HTML5 history (pushState). It's just as easy and a lot cleaner. Especially that you can use popstate to let people switch the URL.
Just changed it so you can specify user/repo in hashtag: http://starlogs.net/#rails/rails
Nice, but please consider switching to HTML5 history (pushState). It's just as easy and a lot cleaner. Especially that you can use popstate to let people switch the URL. It's amazing anyway.
If he were to use pushState for this, wouldn't he need a .htaccess (or other means) to point all requests to index.html? Meaning it's not just as easy?