Updated UI header menu to not switch page to Home everytime.

This commit is contained in:
Admin
2015-09-18 10:12:15 -05:00
parent fc2d587e1a
commit af1777aeb3
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>0.4.4</version>
<version>0.4.5</version>
<packaging>jar</packaging>
<name>HA Bridge</name>

View File

@@ -30,13 +30,13 @@
<li class="active"><a href="#">Home</a></li>
<li><a href="http://echo.amazon.com/#cards" target="_blank">My Echo</a></li>
<li class="dropdown">
<a id="dropdownMenu1" href="#" class="dropdown-toggle"
<a id="dropdownMenu1" href="" class="dropdown-toggle"
data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="http://www.bwssystems.com" target="_blank">Developed by BWS Systems</a></li>
<li><a href="http://www.amazon.com/echo" target="_blank">Amazon Echo</a></li>
<li><a href="#">HA Bridge Version 0.4.4</a></li>
<li><a href="">HA Bridge Version 0.4.5</a></li>
</ul>
</li>
</ul>