aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/realities/text$moonscript -> mmm$component.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-11 14:04:36 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-11 14:04:36 +0000
commit6c3836ec3553819a0dda95efd0855910682fc518 (patch)
tree52f0f9b88ce06ef31da2065bf566f9a9978cb7d7 /root/articles/realities/text$moonscript -> mmm$component.moon
parenttemporarily fix moonscript in client (diff)
downloadmmm-6c3836ec3553819a0dda95efd0855910682fc518.tar.gz
mmm-6c3836ec3553819a0dda95efd0855910682fc518.zip
fix browser nav issues, fs default sorting
Diffstat (limited to 'root/articles/realities/text$moonscript -> mmm$component.moon')
-rw-r--r--root/articles/realities/text$moonscript -> mmm$component.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/articles/realities/text$moonscript -> mmm$component.moon b/root/articles/realities/text$moonscript -> mmm$component.moon
index 7689dbb..a7dc365 100644
--- a/root/articles/realities/text$moonscript -> mmm$component.moon
+++ b/root/articles/realities/text$moonscript -> mmm$component.moon
@@ -24,7 +24,7 @@ if MODE == 'SERVER'
render: =>
rplc = with div id: @id, :style
\append '(diagram goes here)'
- -- \append "<script type=\"application/lua\">
+ -- \append "<script type=\"text/lua\">
-- local rplc = js.global.document:getElementById('#{@id}');
-- local fn = #{compile @func}
-- diag = Diagram(fn)