// report bugfix from saving customization with combination

This commit is contained in:
vChabot
2012-02-10 14:08:03 +00:00
parent c593b3ff61
commit 2f14bbc7f3
5 changed files with 82 additions and 6 deletions
+7 -1
View File
@@ -214,7 +214,13 @@ function checkCustomizations()
function emptyCustomizations()
{
if(typeof(customizationFields) == 'undefined') return;
$('.customization_block .success').fadeOut(function(){
$(this).remove();
});
$('.customization_block .error').fadeOut(function(){
$(this).remove();
});
for (var i = 0; i < customizationFields.length; i++)
{
$('#' + customizationFields[i][0]).html('');