- fixed UI bug on ship change

This commit is contained in:
Mark Friedrich
2017-12-08 10:50:48 +01:00
parent cd2ca3f2a1
commit 96b0129bc0
3 changed files with 3 additions and 1 deletions

View File

@@ -823,6 +823,7 @@ define([
visibility : 'hidden',
duration: 1000,
complete: function(){
element.hide();
// callback
callback($(this));
}

View File

@@ -823,6 +823,7 @@ define([
visibility : 'hidden',
duration: 1000,
complete: function(){
element.hide();
// callback
callback($(this));
}

View File

@@ -18,7 +18,7 @@
<span>{{! will be filled with current user name }}</span>
</a>
</p>
<p class="navbar-text hidden-xs {{userShipClass}}">
<p style="display: none;" class="navbar-text hidden-xs {{userShipClass}}">
<img class="{{userShipImageClass}}" src=""/>
<span>{{! will be filled with current user ship name }}</span>
</p>