Skip to content

Commit

Permalink
Polish: Hiding the Done button
Browse files Browse the repository at this point in the history
Now we can disable headless mode. So cleaning up the UI to be a blank slate.
  • Loading branch information
agnivade committed Oct 13, 2019
1 parent 74fb8df commit 063d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ license that can be found in the LICENSE file.
})();
</script>
<button id="doneButton" disabled>Done</button>
<button id="doneButton" style="display: none;" disabled>Done</button>
</body>
</html>`

0 comments on commit 063d077

Please sign in to comment.