mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6a1b61ae79
commit
3ca6a48d4f
@ -2937,6 +2937,7 @@ for(var i=0; i<PAGES; i++){
|
||||
|
||||
var Config =
|
||||
module.Config = {
|
||||
// XXX need an import button...
|
||||
Export: {
|
||||
text: '<button onclick="exportData()">Export</button>' },
|
||||
// XXX
|
||||
|
||||
@ -542,7 +542,10 @@ require(['./browser'], function(browser){
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Export...
|
||||
// Export/Import...
|
||||
|
||||
// XXX
|
||||
var importData = function(){}
|
||||
|
||||
// XXX
|
||||
var exportData = async function(options={}){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user