diff --git a/themes/default/ProfileAccount.template.php b/themes/default/ProfileAccount.template.php index 4f6dd40dac..00ffa251cf 100644 --- a/themes/default/ProfileAccount.template.php +++ b/themes/default/ProfileAccount.template.php @@ -318,11 +318,11 @@ function ajax_getTemplatePreview () data: {item: "warning_preview", title: $("#warn_sub").val(), body: $("#warn_body").val(), issuing: true}, context: document.body, success: function(request){ - $("#box_preview").css({display:""}); + $("#box_preview").show(); $("#body_preview").html($(request).find(\'body\').text()); if ($(request).find("error").text() != \'\') { - $("#profile_error").css({display:""}); + $("#profile_error").show(); var errors_html = \'\' + $("#profile_error").find("span").html() + \'\' + \'