From 4bd30a97c8b0fb296dadc613faaf6b1e24cad04c Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 2 Oct 2024 11:31:54 -0500 Subject: [PATCH] fix tutorial --- views/tutorial/layout.erb | 100 ++++++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 32 deletions(-) diff --git a/views/tutorial/layout.erb b/views/tutorial/layout.erb index 492d20a1..02ca4811 100644 --- a/views/tutorial/layout.erb +++ b/views/tutorial/layout.erb @@ -27,39 +27,79 @@ <% end %>

HTML

-
<%== encoding_fix default_tutorial_html %>
- - - +
<%== encoding_fix default_tutorial_html %>
+ @@ -133,10 +173,6 @@ $('.tutorial iframe').contents().find('html').html(editor.getValue()) } - $(function() { - refreshIframe() - }) - function preview() { return $('.tutorial iframe').contents() }