Browse Source

Update logo application.hbs

master
yuriy0803 2 years ago committed by GitHub
parent
commit
b79b1491a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      www/app/templates/application.hbs

5
www/app/templates/application.hbs

@ -9,7 +9,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand center" href="/"> <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>
<div class="collapse navbar-collapse"> <div class="collapse navbar-collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
@ -61,8 +61,7 @@
</script> </script>
<script> <script>
$(document).mouseup(function (e) $(document).mouseup(function (e) {
{
var container = $(".collapse"); var container = $(".collapse");
if (!container.is(e.target) // if the target of the click isn't the container... 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 && container.has(e.target).length === 0) // ... nor a descendant of the container

Loading…
Cancel
Save