Skip to content
Snippets Groups Projects
Commit f7e98f12 authored by Vincent Nivoliers's avatar Vincent Nivoliers
Browse files

missing preliminary save before download

parent 365d01d6
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ document.getElementById('pgm-load-local').addEventListener(
/* save all data using filesaver.js */
function blob_download() {
local_save() ;
var blob = new Blob(
[JSON.stringify(localStorage)],
{type : 'application/json'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment