From 3f7944a37a603eb656b2a6de046e97c8fd962377 Mon Sep 17 00:00:00 2001 From: Nicko Guyer Date: Thu, 7 Jan 2016 13:00:21 -0500 Subject: [PATCH] Use updated config page --- src/pebble-app-js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pebble-app-js.js b/src/pebble-app-js.js index 5b52724..318315f 100644 --- a/src/pebble-app-js.js +++ b/src/pebble-app-js.js @@ -39,7 +39,7 @@ Pebble.addEventListener('ready',function(e) { ); Pebble.addEventListener('showConfiguration', function() { - var url = 'https://rawgit.com/nguyer/pebble-engineering/3ff907c7a0a0482ba09e30ef2ed76653e8413f92/config/index.html'; + var url = 'https://rawgit.com/nguyer/pebble-engineering/21702d97d5d6bc012e01d0d3adc105144553a6f3/config/index.html'; console.log('Showing configuration page: ' + url); Pebble.openURL(url);