Skip to content

Commit

Permalink
- Patch #1387002 by Rob Loach, nburles: Fixed Bug in overlay-parent.j…
Browse files Browse the repository at this point in the history
…s when minified.
  • Loading branch information
dbuytaert committed Dec 30, 2011
1 parent 974ae89 commit 59cb7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/overlay/overlay-parent.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Drupal.overlay.setFocusBefore = function ($element, document) {
$placeholder.one('blur', function () {
$(this).remove();
});
}
};

/**
* Check if the given link is in the administrative section of the site.
Expand Down Expand Up @@ -961,7 +961,7 @@ Drupal.overlay._recordTabindex = function () {
var $element = $(this);
var tabindex = $(this).attr('tabindex');
$element.data('drupalOverlayOriginalTabIndex', tabindex);
}
};

/**
* Restore an element's original tabindex.
Expand Down

0 comments on commit 59cb7b4

Please sign in to comment.