From 692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 27 Nov 2014 18:12:35 +0100 Subject: D'oh. Alles kaputt, nochmal Hotfix --- www/js/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/js/index.js') diff --git a/www/js/index.js b/www/js/index.js index 124a414..401d271 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -version = '1.0.4'; +version = '1.0.5'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; @@ -125,7 +125,6 @@ function news() { $('#news').append(element); }); $('#news').collapsibleset(); - console.log(list.html()); }); } -- cgit v1.3.1