We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Thanks, great package.
There is a missing comma after the url line within var helpData. Should be.
var helpData = { 'help-name': { title: "Help document title ", message: "Help document message", //supports Markdown url: "http://YOUR_URL_TO_ADDITIONAL_HELP", options: { placement: 'right' } },
The text was updated successfully, but these errors were encountered:
thanks. fixed now.
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks, great package.
There is a missing comma after the url line within var helpData. Should be.
The text was updated successfully, but these errors were encountered: