diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-25 17:38:24 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:57 +0200 |
| commit | 66979982db3d84269d0a44bdb731a38b7c3e2f36 (patch) | |
| tree | bd6e93e66ec8cd52349507d7eaf20a69d370c551 | |
| parent | 9fc4e0aa128eb13f5ce19ceb8295b66415eb97f3 (diff) | |
| download | wvs-vplan-66979982db3d84269d0a44bdb731a38b7c3e2f36.tar.gz wvs-vplan-66979982db3d84269d0a44bdb731a38b7c3e2f36.zip | |
kleinere Änderungen
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | js/index.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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(){ |
