diff options
| -rw-r--r-- | js/index.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/index.js b/js/index.js index e33cdda..3ffaa8d 100644 --- a/js/index.js +++ b/js/index.js @@ -485,7 +485,7 @@ function schreibeCache($div, pageNumber, canvasUrl, extrakt){ window.requestFileSystem( LocalFileSystem.PERSISTENT, 0, function(fileSystem){ - fileSystem.root.getDirectory('WvSVPlan', {create: true, exclusive: false}, + fileSystem.root.getDirectory('WvS-VPlan', {create: true, exclusive: false}, function(dirEntry){ dirEntry.getFile(bildName, {create: true, exclusive: false}, function(fileEntry){ @@ -506,7 +506,7 @@ function schreibeCache($div, pageNumber, canvasUrl, extrakt){ window.requestFileSystem( LocalFileSystem.PERSISTENT, 0, function(fileSystem){ - fileSystem.root.getDirectory('WvSVPlan', {create: true, exclusive: false}, + fileSystem.root.getDirectory('WvS-VPlan', {create: true, exclusive: false}, function(dirEntry){ dirEntry.getFile(textName, {create: true, exclusive: false}, function(fileEntry){ @@ -719,7 +719,7 @@ function downloadPdf(link){ window.requestFileSystem( LocalFileSystem.PERSISTENT, 0, function(fileSystem){ - fileSystem.root.getDirectory('WvSVPlan', {create: true, exclusive: false}, + fileSystem.root.getDirectory('WvS-VPlan', {create: true, exclusive: false}, function(dirEntry){ dirEntry.getFile(filename, {create: false, exclusive: false}, function(fileEntry){ @@ -950,7 +950,7 @@ function load(){ window.requestFileSystem( LocalFileSystem.PERSISTENT, 0, function(fileSystem){ - fileSystem.root.getDirectory('WvSVPlan', {create: true, exclusive: false}, + fileSystem.root.getDirectory('WvS-VPlan', {create: true, exclusive: false}, function(dirEntry){ var dirReader = dirEntry.createReader(); @@ -979,7 +979,7 @@ function purge(){ window.requestFileSystem( LocalFileSystem.PERSISTENT, 0, function(fileSystem){ - fileSystem.root.getDirectory('WvSVPlan', {create: true, exclusive: false}, + fileSystem.root.getDirectory('WvS-VPlan', {create: true, exclusive: false}, function(dirEntry){ var dirReader = dirEntry.createReader(); |
