|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<span class="icon-bar"></span> |
|
|
|
|
</button> |
|
|
|
|
<a class="navbar-brand center" href="/"> |
|
|
|
|
<img src="{{model.exchangedata.image}}" alt="Logo" style="width: 30px; height: 30px;"></a> |
|
|
|
|
<object type="image/svg+xml" data="etc.svg" class="etc"></object></a> |
|
|
|
|
</div> |
|
|
|
|
<div class="collapse navbar-collapse"> |
|
|
|
|
<ul class="nav navbar-nav"> |
|
|
|
|
@ -53,16 +53,15 @@
|
|
|
|
|
{{/active-li}} |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
<script> |
|
|
|
|
<script> |
|
|
|
|
$('.navbar-collapse a').click(function () { |
|
|
|
|
$(".navbar-collapse").collapse('hide'); |
|
|
|
|
$("#navBtn").attr('aria-expanded', false); |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
$(document).mouseup(function (e) |
|
|
|
|
{ |
|
|
|
|
<script> |
|
|
|
|
$(document).mouseup(function (e) { |
|
|
|
|
var container = $(".collapse"); |
|
|
|
|
if (!container.is(e.target) // if the target of the click isn't the container... |
|
|
|
|
&& container.has(e.target).length === 0) // ... nor a descendant of the container |
|
|
|
|
@ -73,7 +72,7 @@
|
|
|
|
|
$("#navbarSupportedContent").removeClass("show"); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
</script> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|