Skip to content

Commit

Permalink
Merge pull request #260 from AmpliconSuite/table_search_bug
Browse files Browse the repository at this point in the history
Update project.html to fix missing search functionality
  • Loading branch information
jluebeck authored Mar 30, 2024
2 parents aff4ab0 + 1e76bf2 commit 767e657
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions caper/templates/pages/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% load custom_filters %}
{% load static %}

{% block extra_js %}
<script>
$(document).ready( function () {
Expand Down Expand Up @@ -36,16 +36,6 @@
}
}

function function_name() {
var elem.getElementById("headingPrevVersions");
elem.scrollIntoView();
}


<body onload="function_name()">
<p>hello</p>
</body>

</script>

<script>
Expand Down

0 comments on commit 767e657

Please sign in to comment.