summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/form.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/form.js b/misc/form.js
index 4b48d3bb0..a9ab34cdc 100644
--- a/misc/form.js
+++ b/misc/form.js
@@ -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.
*/