[-] FO: fix bug Cannot register in Internet Explorer 8 because of javascript error - #PSCFV-5936

This commit is contained in:
sLorenzini
2012-12-20 09:55:00 +01:00
parent 9a4f6a468f
commit b20a206fbc
+4 -4
View File
@@ -28,10 +28,10 @@
<script type="text/javascript">
// <![CDATA[
idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}false{/if};
countries = new Array();
countriesNeedIDNumber = new Array();
countriesNeedZipCode = new Array();
var idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}false{/if};
var countries = new Array();
var countriesNeedIDNumber = new Array();
var countriesNeedZipCode = new Array();
{if isset($countries)}
{foreach from=$countries item='country'}
{if isset($country.states) && $country.contains_states}