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 --- config.xml | 2 +- knockout.html | 3 +++ www/js/index.js | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index fd6d728..0c2d04d 100644 --- a/config.xml +++ b/config.xml @@ -4,7 +4,7 @@ + version = "1.0.6"> WvS-VPlan diff --git a/knockout.html b/knockout.html index 2d1f3f7..6dee93d 100644 --- a/knockout.html +++ b/knockout.html @@ -71,6 +71,9 @@ force
  • + warn +
  • +
  • ok
  • 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