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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment