Difference between revisions of "Team:Greece/Model"

Line 28: Line 28:
 
var stateMsg;
 
var stateMsg;
 
switch(idz){
 
switch(idz){
case 'c_t1': stateMsg = 'O.S.I.R.I.S. OVERVIEW';
+
case 'c_t1': stateMsg = 'O.S.I.R.I.S._OVERVIEW';
 
break;
 
break;
case 'c_t2': stateMsg = 'RISK ASSESSEMENT ANALYSIS';
+
case 'c_t2': stateMsg = 'RISK_ASSESSEMENT_ANALYSIS';
 
break;
 
break;
case 'c_t3': stateMsg = 'INTEGRATED HUMAN PRACTICES';
+
case 'c_t3': stateMsg = 'INTEGRATED_HUMAN_PRACTICES';
 
break;
 
break;
case 'c_t4': stateMsg = 'PUBLIC ENGAGEMENT';
+
case 'c_t4': stateMsg = 'PUBLIC_ENGAGEMENT';
 
break;
 
break;
 
}
 
}
window.history.pushState(null, null, stateMsg);
+
window.history.replaceState(null, null, stateMsg);
 
}
 
}
 
</script>
 
</script>

Revision as of 00:07, 17 August 2017

O.S.I.R.I.S. OVERVIEW RISK ASSESSEMENT & ANALYSIS INTEGRATED HUMAN PRACTICES PUBLIC ENGAGEMENT