//small fix on carrier wizard oups

This commit is contained in:
Vincent Augagneur
2013-08-01 15:41:42 +02:00
parent f5454748b2
commit 79a4a84163
+1 -1
View File
@@ -282,7 +282,7 @@ function bind_inputs()
return false;
});
$('input[name="is_free"]').off('click')..on('click', function() {
$('input[name="is_free"]').off('click').on('click', function() {
is_freeClick(this);
});