mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
85cf832950
commit
b51884868a
@ -340,7 +340,7 @@ var exportData = async function(options={}){
|
||||
var blobURL = a.href = URL.createObjectURL(blob)
|
||||
a.download = filename
|
||||
?? options.filename
|
||||
?? 'pWiki-dump.json'
|
||||
?? (Date.timeStamp() +'.pWiki.json')
|
||||
|
||||
//document.body.appendChild(a)
|
||||
a.dispatchEvent(new MouseEvent("click"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user