Refactors state management
[mkjsf-moved-to-github.git] / src / META-INF / resources / pz2utils / fieldlisteners.js
index d9cec5d..b0a3e6a 100644 (file)
@@ -82,7 +82,7 @@
       var stateKeyDoc = StringtoXML(field.textContent || field.text);\r
       var stateKeyValue = stateKeyDoc.childNodes[0].getAttribute("value");\r
       //console.log('Application hash update detected. New value: ' + stateKeyValue);\r
-      if (stateKeyValue != window.location.hash) {\r
+      if (stateKeyValue !== window.location.hash) {\r
         window.location.hash = stateKeyValue;\r
         //console.log("Browsers hash updated accordingly.");\r
       } else {\r