Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Fix url in View Analysis Later box to assemblytics.com
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaNattestad committed Jan 31, 2017
1 parent 0cfb991 commit 5c5fc92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div id="code" class="panel-body">
<?php
$code=$_GET["code"];
$url="http://qb.cshl.edu/assemblytics/analysis.php?code=$code";
$url="http://assemblytics.com/analysis.php?code=$code";

echo "Return to view your results at any time: <input type=\"text\" class=\"form-control\" value=\"$url\"></input>";
?>
Expand Down
1 change: 0 additions & 1 deletion js/front_page_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function makeid()
function showCode() {
var code = makeid();
var url = analysis_path + code
// document.getElementById("code").innerHTML = "Return to view your results at any time: <input type=\"text\" class=\"form-control\" value=\"http://qb.cshl.edu/assemblytics/" + url + "\"></input>";
document.getElementById("analysis_form").innerHTML = '<input type="hidden" name="code" value="' + code + '"><button type="submit" id="submit_button" class="btn btn-lg btn-primary">Submit</button>';
document.getElementById("myAwesomeDropzone").innerHTML = '<input type="hidden" name="code_hidden" value=' + code + '>';
}
Expand Down

0 comments on commit 5c5fc92

Please sign in to comment.