From 84c25c37e70dd37d6cdfd8f3db63175f584294d6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 5 Dec 2009 15:04:33 +0000 Subject: #622136 follow-up by brandonojc: Remove some JS filter code that's no longer used. --- misc/form.js | 10 ---------- 1 file changed, 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. */ -- cgit v1.2.3