summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/index.js3
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-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());
});
}