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 352c9da commit fd0ed6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/change_funs.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ if (type == "nibrs" && $("#subcategory_dropdown").val() == "subtype") {
toggle_nibrs_display();
}

$('.simple-select').trigger('chosen:updated');
}

function remake_graph(type, crimes) {
Expand Down
1 change: 0 additions & 1 deletion js/dynamic_url.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,4 @@ change_data_from_url = function(type) {
$('#agency_dropdown').val(agency_val);
}

$('.simple-select').trigger('chosen:updated');
};

0 comments on commit fd0ed6c

Please sign in to comment.