Skip to content
Snippets Groups Projects
Commit 84c25c37 authored by Angie Byron's avatar Angie Byron
Browse files

#622136 follow-up by brandonojc: Remove some JS filter code that's no longer used.

parent 4d18e65a
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -58,16 +58,6 @@ Drupal.behaviors.formUpdated = {
}
};
Drupal.behaviors.multiselectSelector = {
attach: function (context, settings) {
// Automatically selects the right radio button in a multiselect control.
$('.multiselect select', context).once('multiselect').change(function () {
$('.multiselect input:radio[value="' + this.id.substr(5) + '"]')
.attr('checked', true);
});
}
};
/**
* Automatically display the guidelines of the selected text format.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment