// report bugfix from saving customization with combination
This commit is contained in:
+7
-1
@@ -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('');
|
||||
|
||||
Reference in New Issue
Block a user