Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your name committed Oct 10, 2024
1 parent ee35ea0 commit 104703b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
<meta name="description" content="Explore data from the Federal Bureau of Investigation's Uniform Crime Reporting (UCR) Program Data, including the Summary Reporting System (SRS) and National Incident-Based Reporting System (NIBRS) data.">

<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="#" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/media/css/jquery.dataTables.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />



<script src="data/data.js"></script>
<script src="data/data.js" ></script>
<script src="js/utils.js"></script>
<script src="js/datatool.js"></script>
<script src="js/graph.js"></script>
Expand Down Expand Up @@ -106,10 +105,13 @@ <h3>Type of Crime:</h3>
</div>

<script>
$('.js-example-basic-single').select2({
minimumResultsForSearch:2
});

document.addEventListener("DOMContentLoaded", function() {
$('.js-example-basic-single').select2({
minimumResultsForSearch:2
});
main("offenses", crime_state_values, 4, crime_values, "murder");
});
</script>
</div>

Expand Down

0 comments on commit 104703b

Please sign in to comment.