Skip to content

Commit

Permalink
Trial #54
Browse files Browse the repository at this point in the history
  • Loading branch information
SensehacK committed Jul 4, 2018
1 parent d280a95 commit 451a969
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion miscellaneous/rescueTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
var rescueTimeCors2 =
"https://www.rescuetime.com/anapi/daily_summary_feed?key=B635Rcwq0kDCH985GxxyhFe5KQ_Elq3cy_hIZJTZ"

var rescueTimeCors3 =
"https://www.rescuetime.com/anapi/daily_summary_feed?key=B634clzLzmImiUdgddSYUkkLiFAyKoRZcLfV3Y2j"

// call url
request.open('GET', getRescueTimeX);
// request.open('GET', getRescueTimeX);

request.open('GET', rescueTimeCors3);
// var xhr = createCORSRequest('GET', getRescueTime);
// xhr.send();

Expand Down

0 comments on commit 451a969

Please sign in to comment.