Template:2011FR/Form-section-radiobuttons-4: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 147: | Line 147: | ||
var newPage = window.location |
var newPage = window.location |
||
newCountry = $("#currency-select").value; |
newCountry = $("#currency-select").value; |
||
newPage.replace(</html>{{{country}}}<html>,newCountry); |
newPage.replace("</html>{{{country}}}<html>",newCountry); |
||
window.location = newPage; |
window.location = newPage; |
||
return false; |
return false; |
Revision as of 19:00, 6 November 2011
$(Change?)