diff options
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | knockout.html | 3 | ||||
| -rw-r--r-- | www/js/index.js | 8 |
3 files changed, 8 insertions, 5 deletions
@@ -4,7 +4,7 @@ <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "***REMOVED***" - version = "1.0.5"> + version = "1.0.6"> <name>WvS-VPlan</name> diff --git a/knockout.html b/knockout.html index 2d1f3f7..6dee93d 100644 --- a/knockout.html +++ b/knockout.html @@ -71,6 +71,9 @@ force </li> <li id="1.0.5"> + warn + </li> + <li id="1.0.6"> ok </li> </ul> 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 <http://www.gnu.org/licenses/>. */ -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'); |
