Commit 99c8896c by polesye

Fix selector.

parent 9c7418e0
......@@ -31,7 +31,7 @@ class @Calculator
isExpanded = true
$calcWrapper
.find('input, a')
.find('input, a, dt, dd')
.attr 'tabindex', 0
# TODO: Investigate why doing this without the timeout causes it to jump
# down to the bottom of the page. I suspect it's because it's putting the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment