To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 4527
- Timestamp:
- 01/27/12 16:33:57 (4 months ago)
- Author:
- tboutell
- Message:
-
menuToggle needs to have a default
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4525
|
r4527
|
|
| 1674 | 1674 | if (overlay) |
| 1675 | 1675 | { |
| 1676 | | overlay = $(overlay); |
| | 1676 | // You can specify a particular overlay, but if you don't |
| | 1677 | // make an explicit choice .a-page-overlay is used |
| | 1678 | if (overlay === true) |
| | 1679 | { |
| | 1680 | overlay = '.a-page-overlay'; |
| | 1681 | } |
| | 1682 | overlay = $(overlay); |
| 1677 | 1683 | } |
| 1678 | 1684 | |
| … |
… |
|
| 2986 | 2992 | button.closest('.a-controls').removeClass('aActiveMenu'); |
| 2987 | 2993 | menu.removeClass(classname); |
| 2988 | | if (overlay) { overlay.hide(); }; |
| | 2994 | if (overlay) { |
| | 2995 | aLog(overlay); |
| | 2996 | overlay.hide(); |
| | 2997 | }; |
| 2989 | 2998 | $(document).unbind('click.menuToggleClickHandler'); // Clear out click event |
| 2990 | 2999 | menu.trigger('afterClosed'); |
Download in other formats: