dtext: fix flickering dtext preview div.

This commit is contained in:
evazion
2018-08-14 13:49:59 -05:00
parent e57eb87632
commit 0b6e89c908
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ Dtext.initialize_all = function() {
}
Dtext.initialize_links = function() {
$(".simple_form .dtext-preview").hide();
$(".simple_form input[value=Preview]").click(Dtext.click_button);
}