.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for q, ratio in output %}
|
{% for q, ratio in output %}
|
||||||
<li title="{{q}}">{{ratio}}>
|
<li title="{{q}}">{{ratio}}
|
||||||
|
|
||||||
<span
|
<span
|
||||||
_="on click set s to title of previous <li/> then
|
_="on click set s to title of closest <li/> then
|
||||||
repeat for pre in .pre-question
|
repeat for pre in .pre-question
|
||||||
if s is pre.innerHTML
|
if s is pre.innerHTML
|
||||||
then go to pre then break
|
then go to pre then break
|
||||||
|
|||||||
Reference in New Issue
Block a user