enabled back the inline editor...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-07-23 16:14:12 +03:00
parent 5003e63ecb
commit 10b75e04b3

View File

@ -55,7 +55,7 @@ var update_editor = function(){
if($(this).prop('contenteditable') == 'true'){ if($(this).prop('contenteditable') == 'true'){
var to = $(this).attr('saveto') || '.' var to = $(this).attr('saveto') || '.'
console.log('SAVING:', Wiki.get(to).path) 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... // XXX do this live, but on a timeout after user input...