Skip to content

Commit

Permalink
Append settings hash to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rexmac committed Jan 9, 2014
1 parent 9eaa82f commit c71bd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/pebble-js-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if(!settings) {
settings = {};
}
Pebble.openURL("http://rexmac.com/projects/pebble/chronocode/settings.html");
Pebble.openURL("http://rexmac.com/projects/pebble/chronocode/settings.html#" + encodeURIComponent(JSON.stringify(settings)));
});

Pebble.addEventListener("webviewclosed", function(e) {
Expand Down

0 comments on commit c71bd7c

Please sign in to comment.