Skip to content

Instantly share code, notes, and snippets.

@rwillig
Created March 12, 2015 19:39
Show Gist options
  • Save rwillig/f0d4c4a9fc08e868d214 to your computer and use it in GitHub Desktop.
Save rwillig/f0d4c4a9fc08e868d214 to your computer and use it in GitHub Desktop.
(defn get-query-params []
(let [qp (.-search (.-location js/window))]
(.log js/console "QP: " (clj->js qp))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment