From 4a0a3dbaff525c1b49dbd1edf97215c36705d474 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 8 Jun 2014 18:02:22 +0200 Subject: ändere Lognachricht für aktuelle Pläne MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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'); -- cgit v1.3.1