Template:2011FR/Form-section-radiobuttons-currencychoice: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 212:
function loadCountry(){
alert(window.location);
var newPage = window.location
newCountry = $("#currency-select").value;
newPage.replace("</html>{{{country}}}<html>",newCountry);
|