Skip to content
Snippets Groups Projects
Commit 2b2a4b10 authored by Earl Miles's avatar Earl Miles
Browse files

#433390 by alienbrain: Delegator dropdown fails with clean URLs.

parent 0baa731a
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ Drupal.behaviors.zzGoLastDelegatorTaskList = function(context) { ...@@ -28,7 +28,7 @@ Drupal.behaviors.zzGoLastDelegatorTaskList = function(context) {
$dropdown = $(this).parent().siblings('.ctools-dropdown'); $dropdown = $(this).parent().siblings('.ctools-dropdown');
$('.ctools-dropdown-container a', $dropdown).click(function() { $('.ctools-dropdown-container a', $dropdown).click(function() {
var val = $(this).attr('href').replace(/^.*[\/\\]/g, ''); var val = $(this).attr('href').replace(/^.*[\/\\](\?q=)?/g, '');
// ignore empty // ignore empty
if (!val) { if (!val) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment