Fix some tabs.
This commit is contained in:
parent
7b3864afb4
commit
755fc168af
1 changed files with 18 additions and 14 deletions
|
@ -68,8 +68,12 @@
|
|||
</ul>
|
||||
</span>
|
||||
</li>
|
||||
<li id="current-image-tab" class="active" ng-click="showTab('current-image')"><a href="javascript:void(0)">Current Image</a></li>
|
||||
<li id="image-history-tab" ng-click="showTab('image-history')"><a href="javascript:void(0)">Image History</a></li>
|
||||
<li id="current-image-tab" class="active" ng-click="showTab('current-image')">
|
||||
<a href="javascript:void(0)">Current Image</a>
|
||||
</li>
|
||||
<li id="image-history-tab" ng-click="showTab('image-history')">
|
||||
<a href="javascript:void(0)">Image History</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div id="current-image">
|
||||
|
|
Reference in a new issue