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, Progress bar does not seem to work where xhr request is sent, progress bar should also move for that file..
The text was updated successfully, but these errors were encountered:
I've fixed the progress bar issue something like this
div.somecontainer[rel=pos] -> find uppbr ( was not working ) i added pos (position variable in our case i) to .uppbr
div.somecontainer[rel=pos] -> find uppbr
pos
i
.uppbr
and replace the lines where you was searching for div.somecontainer[rel=post] -> find bar to .uppbr[rel=pos]
div.somecontainer[rel=post] -> find bar
.uppbr[rel=pos]
Sorry, something went wrong.
Hi thanks for reporting the bug and for your interest in this plugin, please check the latest version 2c9f3ba and see if this problem persist. Thanks!
No branches or pull requests
Hi, Progress bar does not seem to work where xhr request is sent, progress bar should also move for that file..
The text was updated successfully, but these errors were encountered: