mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
enabled back the inline editor...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5003e63ecb
commit
10b75e04b3
@ -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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user