summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-12-17 20:16:27 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-02-02 10:51:09 +0100
commit24979d34fba017f011333cf4e6884b681393d1ef (patch)
treea56fe02237531a5e17c0695f0ac5f93daec7a265
parent684ac6c286411d3797de2a3bc6d21e447845715f (diff)
downloadwvs-vplan-24979d34fba017f011333cf4e6884b681393d1ef.tar.gz
wvs-vplan-24979d34fba017f011333cf4e6884b681393d1ef.zip
ändere Versionsnummer -> neuer BuildHEADmaster
-rw-r--r--config.xml2
-rw-r--r--knockout.html3
-rw-r--r--www/js/index.js8
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 @@
<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');