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
A malformed div tag shows up in the bottom of the modal during the loading:
you should replace this (line 151):
.replace('>1<', defaultSettings.loadingHtml);
with this :
.replace('>1<', '>'+defaultSettings.loadingHtml+'<');
in order to close div tag.
The text was updated successfully, but these errors were encountered:
Hi rbista, That's right,
thanks for the feedback!
I will fix it and update build ASAP.
Sorry, something went wrong.
Hi rbista,
The fix was uploaded.
thanks.
No branches or pull requests
A malformed div tag shows up in the bottom of the modal during the loading:
you should replace this (line 151):
with this :
in order to close div tag.
The text was updated successfully, but these errors were encountered: