diff options
author | David Barksdale <amatus@amatus.name> | 2014-09-19 22:11:51 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-09-19 22:11:51 -0500 |
commit | 54ea016847ef9eb2fd90178f4e191f85a50e5988 (patch) | |
tree | 05b72ee6ad2f01726a2c022e175932078a68d058 /src | |
parent | 4e124ac2cde9d64524318771a6f9a6453761a378 (diff) |
Add back "Fetch hostlist" button for debugging
Diffstat (limited to 'src')
-rw-r--r-- | src/hl/index.cljs.hl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/hl/index.cljs.hl b/src/hl/index.cljs.hl index 2a1b107..13a8e2c 100644 --- a/src/hl/index.cljs.hl +++ b/src/hl/index.cljs.hl @@ -61,8 +61,6 @@ "js/gnunet-daemon-topology.js")) (def fs-worker (service/start-worker "fs" "js/gnunet-service-fs.js")) -(hostlist/fetch-and-process!) - (defelem ui-button [attr kids] ((div :class "ui button") attr kids)) @@ -71,12 +69,8 @@ (head (link :rel "stylesheet" :type "text/css" :href "css/semantic.min.css") (script :src "js/semantic.min.js")) - ;(script :src "js/cryptojs.js")) - ;(script :src "js/rollups/aes.js") - ;(script :src "js/components/mode-cfb-min.js") - ;(script :src "js/components/lib-typedarrays-min.js") - ;(script :src "js/twofish.js")) (body + (ui-button :click hostlist/fetch-and-process! "Fetch hostlist") (ui-button :click (partial filesharing/search {:callback handle-search-result :type 9 |