? panels_tabs-482372.patch ? panels_tabs-485580.patch Index: panels_tabs.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/panels_tabs/Attic/panels_tabs.js,v retrieving revision 1.1.2.5 diff -u -p -r1.1.2.5 panels_tabs.js --- panels_tabs.js 5 Jul 2008 21:55:45 -0000 1.1.2.5 +++ panels_tabs.js 9 Jun 2009 19:41:23 -0000 @@ -65,7 +65,7 @@ if (Drupal.jsEnabled) { // Update all links on load (automatically find the name of the tabset!). var currentURI = "" + window.location; var fragment = currentURI.substr(currentURI.indexOf('#')); - var id = $('a[@href*="'+ fragment +'"]') + var id = $('a[href*="'+ fragment +'"]') .parent() // the parent li .parent() // the parent ul .parent() // the parent div (the actual tabset div!)