X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMETA-INF%2Fresources%2Fpz2utils%2Flisteners.js;h=8c1f46670f7d1e8a49ef8ee5923bef088c86cb4e;hb=906df9a7a07c860de28e13cf3769361d4aaa2742;hp=84cd19bc0a2c5b4d9091223371941f534951c84b;hpb=684c532310691be01ea81c277b986f13e29bec5b;p=mkjsf-moved-to-github.git diff --git a/src/META-INF/resources/pz2utils/listeners.js b/src/META-INF/resources/pz2utils/listeners.js index 84cd19b..8c1f466 100644 --- a/src/META-INF/resources/pz2utils/listeners.js +++ b/src/META-INF/resources/pz2utils/listeners.js @@ -50,7 +50,7 @@ if (window.location.hash != stateKey.value) { //console.log("updating stateKey with new browser hash: " + window.location.hash); stateKey.value = window.location.hash; - if (! stateKey.value) window.location.hash = '#initial'; + if (! stateKey.value) window.location.hash = '#1'; stateKey.onchange(); } else { //console.log("State hash already has the value of the new browser hash - not updating state hash");