Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit ac73e27

Browse files
committed
even less js needed for fix to #111
1 parent 3493b3a commit ac73e27

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

css/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ body {
112112
display: none;
113113
z-index: 900;
114114
}
115-
.dropdown-menu-capture.show {
115+
.dropdown-menu.show ~ .dropdown-menu-capture {
116116
display: block;
117117
}
118118

js/popup.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,12 +1426,10 @@ function gotoExternalURL() {
14261426
/******************************************************************************/
14271427

14281428
function dropDownMenuShow() {
1429-
$('.dropdown-menu-capture').addClass('show');
14301429
$(this).next('.dropdown-menu').addClass('show');
14311430
}
14321431

14331432
function dropDownMenuHide() {
1434-
$('.dropdown-menu-capture').removeClass('show');
14351433
$('.dropdown-menu').removeClass('show');
14361434
}
14371435

0 commit comments

Comments
 (0)