Skip to content

Commit

Permalink
Update browser/templates/loading.html
Browse files Browse the repository at this point in the history
Co-authored-by: willgraf <7930703+willgraf@users.noreply.github.com>
  • Loading branch information
tddough98 and willgraf committed Dec 17, 2020
1 parent 909af52 commit 5eca372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browser/templates/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<!-- START DeepCell Label FUNCTION CALL -->
<script>
document.getElementById("loading-bar").classList.add("active");
let input_bucket = "{{ input_bucket }}";
let output_bucket = "{{ output_bucket }}";
let path = "{{ path }}";
const input_bucket = "{{ input_bucket }}";
const output_bucket = "{{ output_bucket }}";
const path = "{{ path }}";
$.ajax({
type: 'POST',
url: `${document.location.origin}/api/project?source=s3&bucket=${input_bucket}&path=${path}`,
Expand Down

0 comments on commit 5eca372

Please sign in to comment.