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 /js/index.js | |
| parent | 9fc4e0aa128eb13f5ce19ceb8295b66415eb97f3 (diff) | |
| download | wvs-vplan-66979982db3d84269d0a44bdb731a38b7c3e2f36.tar.gz wvs-vplan-66979982db3d84269d0a44bdb731a38b7c3e2f36.zip | |
kleinere Änderungen
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(){ |
