Fix for pdf in new window

  1. Drupal.behaviors.pdfNewWindow = function(context) {
  2.   $("a[@href$=pdf]", context).each(function() {
  3.     $(this).attr('target', '_blank');
  4.   });
  5. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.