Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open div according to the number of links - #23 #24

Closed
wants to merge 1 commit into from
Closed

Open div according to the number of links - #23 #24

wants to merge 1 commit into from

Conversation

saif-malik-01
Copy link
Contributor

Changes tooglefunction to use linkArrays length to determine where to open or not #23

return Promise.resolve({
response: 'Msg from content script.'
});
});

const toggleSidebar = () => {
const toggleSidebar = (length) => {
Copy link

Choose a reason for hiding this comment

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

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant