diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-08 18:53:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:40 +0200 |
| commit | 5d377cdc973122fe3d6171ee853b895c237e6617 (patch) | |
| tree | cc2925c8c01688f5a3679b73a0332d248372e38e /js | |
| parent | 7ce07057dd2cc441e9bc2d417db5e77cbb7daa13 (diff) | |
| download | wvs-vplan-5d377cdc973122fe3d6171ee853b895c237e6617.tar.gz wvs-vplan-5d377cdc973122fe3d6171ee853b895c237e6617.zip | |
ändere Ordnernamen
Diffstat (limited to 'js')
| -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(); |
