diff options
Diffstat (limited to 'misc/form.js')
-rw-r--r-- | misc/form.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/form.js b/misc/form.js index a9ab34cdc..0aa379fee 100644 --- a/misc/form.js +++ b/misc/form.js @@ -59,23 +59,6 @@ Drupal.behaviors.formUpdated = { }; /** - * Automatically display the guidelines of the selected text format. - */ -Drupal.behaviors.filterGuidelines = { - attach: function (context) { - $('.filter-guidelines', context).once('filter-guidelines') - .find('label').hide() - .parents('.filter-wrapper').find('select.filter-list') - .bind('change', function () { - $(this).parents('.filter-wrapper') - .find('.filter-guidelines-item').hide() - .siblings('#filter-guidelines-' + this.value).show(); - }) - .change(); - } -}; - -/** * Prepopulate form fields with information from the visitor cookie. */ Drupal.behaviors.fillUserInfoFromCookie = { |