Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Update config page url
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Robert committed Oct 20, 2016
1 parent 129af4f commit 9f2bfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pebble.addEventListener('showConfiguration', function() {
return localStorage.getItem(attr);
}

var url = 'https://cdn.rawgit.com/groyoh/minimalin/a3ceb112f397d3853cac544523a3073c26231711/config/index.html?';
var url = 'https://cdn.rawgit.com/groyoh/minimalin/129af4fe69d4d48336837448c3563300bd8f4359/config/index.html?';
var params = {
minute_hand_color: getSavedColor('MinuteHand'),
hour_hand_color: getSavedColor('HourHand'),
Expand Down

0 comments on commit 9f2bfad

Please sign in to comment.