Fixes config URL.

master
Tomek Wójcik 2015-08-27 23:19:15 +01:00
父節點 5ce403f650
當前提交 37192882ab
共有 2 個文件被更改,包括 3 次插入3 次删除

查看文件

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

查看文件

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