##// END OF EJS Templates
Use type="button" instead of return false; (#17401)....
Jean-Philippe Lang -
r12973:ce3c8789413f
parent child
Show More
@@ -8,8 +8,8
8 8 <% end -%>
9 9 </ul>
10 10 <div class="tabs-buttons" style="display:none;">
11 <button class="tab-left" onclick="moveTabLeft(this); return false;"></button>
12 <button class="tab-right" onclick="moveTabRight(this); return false;"></button>
11 <button class="tab-left" type="button" onclick="moveTabLeft(this);"></button>
12 <button class="tab-right" type="button" onclick="moveTabRight(this);"></button>
13 13 </div>
14 14 </div>
15 15
General Comments 0
You need to be logged in to leave comments. Login now