Skip to content

Commit

Permalink
improves on syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
iccole committed Jan 16, 2025
1 parent 10bc5e5 commit 53da068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pn-site/js/guidesearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ $(document).ready(
if(!colonFound && val.match(":")) {

colonFound = true;
$(".stringsearch-section input:radio").attr("disabled", "disabled");
$(".stringsearch-section input:radio").prop("disabled", true);
$(".stringsearch-section input:checkbox").prop("disabled", false);
selectedRadios = $(".stringsearch-section input:radio:checked");
$(".stringsearch-section input:radio:checked").prop("checked", false);
Expand Down

0 comments on commit 53da068

Please sign in to comment.