//remove debug

This commit is contained in:
vAugagneur
2012-10-09 14:15:36 +00:00
parent e15d85eb90
commit dd5e67cfd7
@@ -33,7 +33,6 @@ function bindStateInputAndUpdate()
function updateState(suffix)
{
console.log($('select#id_state'+(suffix !== undefined ? '_'+suffix : '')+' option:not(:first-child)'));
$('select#id_state'+(suffix !== undefined ? '_'+suffix : '')+' option:not(:first-child)').remove();
var states = countries[$('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()];
if(typeof(states) != 'undefined')