diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-08 18:02:22 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:39 +0200 |
| commit | 4a0a3dbaff525c1b49dbd1edf97215c36705d474 (patch) | |
| tree | 50995d0c360d6962d0c484c76a763cc95bfd1b3d | |
| parent | a42c995b3472bf4fd1a8d2fa74ac2ec7eb283229 (diff) | |
| download | wvs-vplan-4a0a3dbaff525c1b49dbd1edf97215c36705d474.tar.gz wvs-vplan-4a0a3dbaff525c1b49dbd1edf97215c36705d474.zip | |
ändere Lognachricht für aktuelle Pläne
| -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 adefb6b..3d05ac7 100644 --- a/js/index.js +++ b/js/index.js @@ -955,7 +955,7 @@ function load(){ function(entries){ var actual = getActual(entries); - console.log('Im Speicher: ' + actual.length + ' Pläne'); + console.log('Im Speicher: ' + actual.length + ' aktuelle Dateien'); if(actual.length > 0){ $('#noplans').hide('slow'); |
