Skip to content

Commit

Permalink
shipper: templates: build_upload: add JQuery to upload page
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
ericswpark committed May 31, 2021
1 parent 8f0b0e4 commit 5e38b77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shipper/templates/shipper/build_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ <h3>{{ device }} - Upload new build</h3>

<br>

<!--suppress JSUnresolvedLibraryURL -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>

<script>
$(':button').on('click', function () {
// Disable button
Expand Down

0 comments on commit 5e38b77

Please sign in to comment.