summaryrefslogtreecommitdiff
path: root/misc/form.js
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-05 15:04:33 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-05 15:04:33 +0000
commit84c25c37e70dd37d6cdfd8f3db63175f584294d6 (patch)
tree1c7fb1f07f3c891b8fa56740511e5aaa71077c66 /misc/form.js
parent4d18e65acd91aa99bb718bc2f8aebc0670118f00 (diff)
downloadbrdo-84c25c37e70dd37d6cdfd8f3db63175f584294d6.tar.gz
brdo-84c25c37e70dd37d6cdfd8f3db63175f584294d6.tar.bz2
#622136 follow-up by brandonojc: Remove some JS filter code that's no longer used.
Diffstat (limited to 'misc/form.js')
-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.
*/