1
0
Fork 0

Fixes config URL.

master
Tomek Wójcik 2015-08-27 23:19:15 +01:00
parent 5ce403f650
commit 37192882ab
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"shortName": null, "shortName": null,
"longName": null, "longName": null,
"companyName": null, "companyName": null,
"versionLabel": "1.2", "versionLabel": "1.3",
"sdkVersion": "3", "sdkVersion": "3",
"targetPlatforms": ["basalt"], "targetPlatforms": ["basalt"],
"watchapp": { "watchapp": {

View File

@ -24,8 +24,8 @@
// }); // });
Pebble.addEventListener('showConfiguration', function(e) { Pebble.addEventListener('showConfiguration', function(e) {
Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/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.openURL('https://pconf.bthlabs.pl/intuiclock/index.html');
}); });
Pebble.addEventListener('webviewclosed', function(e) { Pebble.addEventListener('webviewclosed', function(e) {