1
0
Fork 0

Fixes config URL.

master
Tomek Wójcik 2015-08-27 23:19:15 +01:00
Ursprung 5ce403f650
Commit 37192882ab
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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