Commit 8c39d6c7496cfc9f197fa6fd18fd545b9509f483

Authored by Mukul Rajput
1 parent 2fa7777a

this is solution for the bug 25494

400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -301,7 +301,7 @@
301 301 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#topFixedNavbar1" aria-expanded="false">
302 302 <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
303 303 </button>
304   - <a class="frameLogo navbar-brand" href="home"><img src="content/images/logo-main.png" class="img-responsive" alt=""></a>
  304 + <a class="frameLogo navbar-brand"><img src="content/images/logo-main.png" class="img-responsive" alt=""></a>
305 305 </div>
306 306 <div ng-include="'app/widget/TopMenu.html'"></div>
307 307 </div>
... ...