Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Conversation

kelly-binary
Copy link

updated 'Select a Tour' dropdown

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.272% when pulling cb5fcd9 on kellybinary:tourdropdown into 00d09c3 on binary-com:dev.

if ($('#select-tour').css('display') === 'block') {
$('#select-tour')
.fadeOut(100)
}
Copy link

@aminmarashi aminmarashi Dec 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has trailing space, please remove. Better to run npm test to make sure.

})

$('body')
.click(e => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e is defined but not used, please replace with:
.click(() => {

}

.tours {
position: relative;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs: z-index: 999;

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.272% when pulling c4116f9 on kellybinary:tourdropdown into 00d09c3 on binary-com:dev.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.272% when pulling c1e31db on kellybinary:tourdropdown into 00d09c3 on binary-com:dev.

@aminmarashi
Copy link

Merged, opened this issue to fix the topbar positioning: #114

@aminmarashi aminmarashi reopened this Dec 29, 2016
@aminmarashi aminmarashi merged commit 42eedb4 into binary-com:dev Dec 29, 2016
@kelly-binary kelly-binary deleted the tourdropdown branch March 9, 2017 02:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants