summaryrefslogtreecommitdiff
path: root/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/index.js')
-rw-r--r--www/js/index.js8
1 files changed, 4 insertions, 4 deletions
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');