From 5d377cdc973122fe3d6171ee853b895c237e6617 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 8 Jun 2014 18:53:35 +0200 Subject: ändere Ordnernamen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.js | 10 +++++----- 1 file 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(); -- cgit v1.3.1