From 10b75e04b393514c34de34001234b2d83dacaf53 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 Jul 2016 16:14:12 +0300 Subject: [PATCH] enabled back the inline editor... Signed-off-by: Alex A. Naanou --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8d90c73..67cf89a 100755 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ var update_editor = function(){ if($(this).prop('contenteditable') == 'true'){ var to = $(this).attr('saveto') || '.' console.log('SAVING:', Wiki.get(to).path) - // Wiki.raw = clearWikiWords($('.text').clone()).html() + Wiki.get(to).raw = clearWikiWords($('.text').clone()).html() } }) // XXX do this live, but on a timeout after user input...