summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-08 18:53:35 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:40 +0200
commit5d377cdc973122fe3d6171ee853b895c237e6617 (patch)
treecc2925c8c01688f5a3679b73a0332d248372e38e
parent7ce07057dd2cc441e9bc2d417db5e77cbb7daa13 (diff)
downloadwvs-vplan-5d377cdc973122fe3d6171ee853b895c237e6617.tar.gz
wvs-vplan-5d377cdc973122fe3d6171ee853b895c237e6617.zip
ändere Ordnernamen
-rw-r--r--js/index.js10
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();