Open
Description
En firefox 34.0.5 when it reloads the page, the code inside
window.addEvent('domready',function(){
//code inside
})
is never called again, until you close the window/tab and reopen the page.
It's imposible to make a jsfiddle to show this behaviour.
I thinks this is a bug. Because you are trying to reload the page, so the DOM is for a new instance, ready.