Docs: Fix link & label

This commit is contained in:
Rob Garrison 2016-02-24 21:41:22 -06:00
parent fa6c95b3aa
commit c98a8ce6e8

View File

@ -328,12 +328,12 @@ $(function() {
<tbody> <tbody>
<tr id="scroller-height"> <tr id="scroller-height">
<td><span class="permalink">scroller_height</span></td> <td><a href="#" class="permalink">scroller_height</a></td>
<td>300</td> <td>300</td>
<td>Set the height of the scroll window in pixels (<span class="version">v2.25.5</span>) <td>Set the height of the scroll window in pixels (<span class="version updated">v2.25.5</span>)
<div class="collapsible"> <div class="collapsible">
<br> <br>
As of <span class="version">v2.25.5</span>, setting this option to an empty string or zero will make the scroller full height. As of <span class="version updated">v2.25.5</span>, setting this option to an empty string or zero will make the scroller full height.
</div> </div>
</td> </td>
</tr> </tr>