From 37192882ab2fa94c9226f9447d82fc393283931d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Thu, 27 Aug 2015 23:19:15 +0100 Subject: [PATCH] Fixes config URL. --- appinfo.in.json | 2 +- src/js/pebble-js-app.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo.in.json b/appinfo.in.json index bb15dd7..84fccec 100644 --- a/appinfo.in.json +++ b/appinfo.in.json @@ -3,7 +3,7 @@ "shortName": null, "longName": null, "companyName": null, - "versionLabel": "1.2", + "versionLabel": "1.3", "sdkVersion": "3", "targetPlatforms": ["basalt"], "watchapp": { diff --git a/src/js/pebble-js-app.js b/src/js/pebble-js-app.js index 6c7a55f..317e482 100644 --- a/src/js/pebble-js-app.js +++ b/src/js/pebble-js-app.js @@ -24,8 +24,8 @@ // }); Pebble.addEventListener('showConfiguration', function(e) { - Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/index.html'); - // Pebble.openURL('https://pconf.bthlabs.pl/intuiclock/index.html'); + //Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/index.html'); + Pebble.openURL('https://pconf.bthlabs.pl/intuiclock/index.html'); }); Pebble.addEventListener('webviewclosed', function(e) {