[-] FO: fix bug Cannot register in Internet Explorer 8 because of javascript error - #PSCFV-5936
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user