From 24979d34fba017f011333cf4e6884b681393d1ef Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 17 Dec 2014 20:16:27 +0100 Subject: ändere Versionsnummer -> neuer Build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/js/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/js') diff --git a/www/js/index.js b/www/js/index.js index 401d271..be62c67 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.5'; +version = '1.0.6'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; @@ -49,7 +49,7 @@ function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert function updateCheck(){ var request = $.ajax({ - url: 'https://klimaag.***REMOVED***/app/www/knockout.html', + url: 'https://***REMOVED***/app/www/knockout.html', cache: false }); @@ -95,7 +95,7 @@ function updateCheck(){ function news() { var request = $.ajax({ - url: 'http://klimaag.***REMOVED***/rss/p/i/?output=rss&order=DESC' + url: 'http://***REMOVED***/rss/p/i/?output=rss&order=DESC' }); request.done(function (data) { @@ -182,7 +182,7 @@ $('#mainpage').on('pagebeforeshow', function(){ moment.locale('de'); /* Nutzungsstatistiken */ - _paq.push(['setTrackerUrl', 'https://klimaag.***REMOVED***/piwik/piwik.php']); + _paq.push(['setTrackerUrl', 'https://***REMOVED***/piwik/piwik.php']); _paq.push(['setSiteId', 5]); console.log('Piwik initialisiert'); -- cgit v1.3.1