]> git.sesse.net Git - ultimatescore/blobdiff - score.html
Fix the lower third being stuck after show + hide.
[ultimatescore] / score.html
index 106690d61dc5cda039784adb19b2043805545170..e824684050e3562eaffe4213bdc6c19e219019d5 100644 (file)
       Commentators, Trøndisk 2016
     </div></div>
     <table id="carousel">
-      <thead>
-        <tr>
-          <th colspan="5">Current standings, TrønDisk 2017<br />Group A</th>
-        </tr> 
-      </thead>
-      <tr class="subfooter">
-        <th class="rank"></th>
-        <th class="team"></th>
-        <th class="nplayed">P</th>
-        <th class="gd">GD</th>
-        <th class="pts">Pts</th>
-      </tr>
     </table>
     <div id="manualcontrols">
       <p>
         <a href="javascript:showlowerthird()">show lower third</a>
         <a href="javascript:hidelowerthird()">hide lower third</a>
       </p>
+      <p>
+        <a href="javascript:stopcarousel();showgroup('Group A')">show group A</a>
+        <a href="javascript:stopcarousel();showgroup('Group B')">show group B</a>
+        <a href="javascript:stopcarousel();showschedule()">show schedule</a>
+        <a href="javascript:stopcarousel();showcarousel()">show carousel</a>
+        <a href="javascript:stopcarousel();hidetable()">table out</a>
+      </p>
     </div>
 
 <script src="carousel.js" type="text/javascript"></script>