dtext: fix flickering dtext preview div.
This commit is contained in:
@@ -6,7 +6,6 @@ Dtext.initialize_all = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Dtext.initialize_links = function() {
|
Dtext.initialize_links = function() {
|
||||||
$(".simple_form .dtext-preview").hide();
|
|
||||||
$(".simple_form input[value=Preview]").click(Dtext.click_button);
|
$(".simple_form input[value=Preview]").click(Dtext.click_button);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -89,6 +89,8 @@ div.prose {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.dtext-preview {
|
div.dtext-preview {
|
||||||
|
display: none;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user