Skip to content

Commit

Permalink
Change submit type to match new backend where the environment is sele…
Browse files Browse the repository at this point in the history
…ctable
  • Loading branch information
jbondeson committed Oct 24, 2017
1 parent b53c295 commit 38d0fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kii/ui/conf/actions/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
:uri (str env/base-uri "download.php")
:on-success [:start-firmware-dl]
:on-failure [:firmware-compile-failure]
:options {:params mangled-kll
:options {:params {:config mangled-kll
:env "latest"}
:format (ajax/json-request-format)
:response-format (ajax/json-response-format
{:keywords? true})}}
Expand Down

0 comments on commit 38d0fc7

Please sign in to comment.