mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 18:40:08 +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 =
|
var Config =
|
||||||
module.Config = {
|
module.Config = {
|
||||||
|
// XXX need an import button...
|
||||||
Export: {
|
Export: {
|
||||||
text: '<button onclick="exportData()">Export</button>' },
|
text: '<button onclick="exportData()">Export</button>' },
|
||||||
// XXX
|
// XXX
|
||||||
|
|||||||
@ -542,7 +542,10 @@ require(['./browser'], function(browser){
|
|||||||
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
// Export...
|
// Export/Import...
|
||||||
|
|
||||||
|
// XXX
|
||||||
|
var importData = function(){}
|
||||||
|
|
||||||
// XXX
|
// XXX
|
||||||
var exportData = async function(options={}){
|
var exportData = async function(options={}){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user