diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-25 20:45:50 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-25 20:45:50 -0500 |
commit | f7a9f6994480a51df954b1b174040a6274450262 (patch) | |
tree | dfca5f797df433709fdc6694ff7f8e5efe75d6ef /src | |
parent | 4837266947ad8426db4f56fd1da57484216c5a74 (diff) |
Remove "Fetch hostlist" button
Diffstat (limited to 'src')
-rw-r--r-- | src/hl/index.cljs.hl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hl/index.cljs.hl b/src/hl/index.cljs.hl index 3048049..254aaa4 100644 --- a/src/hl/index.cljs.hl +++ b/src/hl/index.cljs.hl @@ -60,6 +60,7 @@ (def topology-worker (service/start-worker "topology" "js/gnunet-daemon-topology.js")) +(hostlist/fetch-and-process!) (defelem ui-button [attr kids] @@ -116,7 +117,6 @@ (:core-state info)))) (td :width "25%" :text (cell= (transport/addr->string - (:address info)))))))) - (ui-button :click hostlist/fetch-and-process! "Fetch hostlist"))) + (:address info)))))))))) ;; vim: set expandtab ts=2 sw=2 filetype=clojure : |