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
In one of my projects tag is sometimes empty. So I don't need the to be generated.
Maybe add some default option like 'emptyMap': true for backward compatibility, so it could be disabled on startup if desired.
'emptyMap': true
Possible solution:
// if map has no descendant areas and option is set to false if (!map.has('area').length && !option.emptyMap) { return }
somewhere near line 235 of http://davidlynch.org/projects/maphilight/jquery.maphilight.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In one of my projects tag is sometimes empty. So I don't need the to be generated.
Maybe add some default option like
'emptyMap': true
for backward compatibility, so it could be disabled on startup if desired.Possible solution:
somewhere near line 235 of http://davidlynch.org/projects/maphilight/jquery.maphilight.js
The text was updated successfully, but these errors were encountered: