|
|
@@ -12,7 +12,7 @@ |
|
|
|
|
|
|
|
|
(def xhr (js/XMLHttpRequest.)) |
|
|
(def xhr (js/XMLHttpRequest.)) |
|
|
|
|
|
|
|
|
(.open xhr "GET" (str "https://www.googleapis.com/fitness/v1/users/me/dataSources" "access_token=" fragment-string) true) |
|
|
|
|
|
|
|
|
(.open xhr "GET" (str "https://www.googleapis.com/fitness/v1/users/me/dataSources" fragment-string) true) |
|
|
|
|
|
|
|
|
(. xhr send) |
|
|
(. xhr send) |
|
|
|
|
|
|
|
|
@@ -42,7 +42,7 @@ |
|
|
|
|
|
|
|
|
(. target appendChild @form) |
|
|
(. target appendChild @form) |
|
|
|
|
|
|
|
|
;; (. form submit) |
|
|
|
|
|
|
|
|
;; (. @form submit) |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|