Skip to content

Fix getMaxIndex function in jquery.keyboard.extension-navigation - #588

Merged
Mottie merged 2 commits into
Mottie:masterfrom
tlu200:master
Aug 18, 2017
Merged

Fix getMaxIndex function in jquery.keyboard.extension-navigation#588
Mottie merged 2 commits into
Mottie:masterfrom
tlu200:master

Conversation

@tlu200

@tlu200 tlu200 commented Aug 17, 2017

Copy link
Copy Markdown

The kbcss variable was undefined and the navigation doesn't work.

};

base.getMaxIndex = function(vis, row) {
var kbcss = $.keyboard.css;

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Hi @tlu200!

Thanks for fixing this, but I think it might be easier to add that definition after kbevents (line 81), then we can remove all the extra definitions of kbcss in the file.

If you are willing to make the change that'd be awesome! If not, I'll work on it soon...

@Mottie
Mottie merged commit fea20a1 into Mottie:master Aug 18, 2017
@Mottie

Mottie commented Aug 18, 2017

Copy link
Copy Markdown
Owner

Awesome thanks!

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.

2 participants