rubyargentina / rubyconfar-2014

Website for the 2014 edition of RubyConf Argentina
http://rubyconfargentina.org
1 stars 2 forks source link

What if URL gets cleaned after page load? I mean remove the hashtag. #10

Closed n1cus closed 10 years ago

n1cus commented 10 years ago

Escribo en inglés porque estas cosas estoy acostumbrado a escribirlas en inglés. Y porque soy un nationseller.

n1cus commented 10 years ago

Done:

$(window).load(function(){ history.pushState("", document.title, window.location.pathname); });