Fixes config URL.

master
Tomek Wójcik 2015-08-27 23:19:15 +01:00
padre 5ce403f650
commit 37192882ab
Se han modificado 2 ficheros con 3 adiciones y 3 borrados

Ver fichero

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

Ver fichero

@ -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) {