Skip to content

Commit

Permalink
Channels will be fetches from val()
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed May 6, 2017
1 parent 95de059 commit 5f239f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h4 class="modal-title" id="myModalLabel">Password needed to continue</h4>
$("#main-installing").show();
$("#progress").show();
const installEvent= devices.install(output.device.device,
"ubuntu-touch/"+$("#device-channels").find(":selected").text())
$("#device-channels").find(":selected").val())

installEvent.on("bootstrap:flashing", () => {
$("#main-installing").show();
Expand Down

0 comments on commit 5f239f9

Please sign in to comment.