From 96b0129bc0765779ca24b466e380959d89f4eb5b Mon Sep 17 00:00:00 2001
From: Mark Friedrich
Date: Fri, 8 Dec 2017 10:50:48 +0100
Subject: [PATCH] - fixed UI bug on ship change
---
js/app/page.js | 1 +
public/js/v1.3.1/app/page.js | 1 +
public/templates/modules/header.html | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/js/app/page.js b/js/app/page.js
index 040011ac..b0a49f13 100644
--- a/js/app/page.js
+++ b/js/app/page.js
@@ -823,6 +823,7 @@ define([
visibility : 'hidden',
duration: 1000,
complete: function(){
+ element.hide();
// callback
callback($(this));
}
diff --git a/public/js/v1.3.1/app/page.js b/public/js/v1.3.1/app/page.js
index 040011ac..b0a49f13 100644
--- a/public/js/v1.3.1/app/page.js
+++ b/public/js/v1.3.1/app/page.js
@@ -823,6 +823,7 @@ define([
visibility : 'hidden',
duration: 1000,
complete: function(){
+ element.hide();
// callback
callback($(this));
}
diff --git a/public/templates/modules/header.html b/public/templates/modules/header.html
index 589a5a51..29788601 100644
--- a/public/templates/modules/header.html
+++ b/public/templates/modules/header.html
@@ -18,7 +18,7 @@
{{! will be filled with current user name }}
-
+
{{! will be filled with current user ship name }}