summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--js/index.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index a287cac..aa4b21e 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
- <meta name="viewport" content="user-scalable=true, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
+ <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.mobile-1.4.2.min.css" />
<title>WvS VPlan</title>
diff --git a/js/index.js b/js/index.js
index 20fa180..fae3827 100644
--- a/js/index.js
+++ b/js/index.js
@@ -306,7 +306,7 @@ function addplanattr(fileEntry, wasdownloaded){
}
name = results[3] + '_' + results[2] + '_' + results[1] + results[4];
- name = replaceUmlauts(name); // TODO
+ name = replaceUmlauts(name);
if(!$(name).length){
$('#vplannavbar').find('*').andSelf().each(function(){