Skip to content

Commit

Permalink
removed doctipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbonte committed Nov 23, 2015
1 parent 5aa7400 commit 5963971
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
65 changes: 33 additions & 32 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function urlForEfficiency() {
efficiencyUrl = "https://www.rescuetime.com/anapi/data?key=" + key + "&perspective=" + pv + "&restrict_kind=" + rk + "&interval=" + rs + "&restrict_begin=" + rb + "&restrict_end=" + re + "&format=json&callback=?";
console.log(efficiencyUrl);
}

function urlForActivity() {
pv = "rank"; // #do not change this
rk = "activity";
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>

<html lang="en">

<head>
Expand Down

0 comments on commit 5963971

Please sign in to comment.