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
I have not tested this idea, however, how about using the BS collapse plugin for spoiler instead of the following code?
onclick="var e,d,c=this.parentNode,a=c.getElementsByTagName('div')[1],b=this.getElementsByTagName('span')[0];if(a.style.display!=''){while(c.parentNode&&(!d||!e||d==e)){e=d;d=(window.getComputedStyle?getComputedStyle(c, null):c.currentStyle)['backgroundColor'];if(d=='transparent'||d=='rgba(0, 0, 0, 0)')d=e;c=c.parentNode;}a.style.display='';a.style.backgroundColor=d;b.innerHTML='▲';}else{a.style.display='none';b.innerHTML='▼';}"
The text was updated successfully, but these errors were encountered:
This is something that will be done in 2.1.
Sorry, something went wrong.
#1594 Replace with Bootstrap collapse plugin
98ba4e9
#1594 Reimplement the correct style
9e385fa
#1594 Update help page
10518f9
#1594 Replace with Bootstrap
9b69319
#1594 Replace spoiler implementation with Bootstrap
33f4b3c
Studio384
No branches or pull requests
I have not tested this idea, however, how about using the BS collapse plugin for spoiler instead of the following code?
The text was updated successfully, but these errors were encountered: