repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 6a8a1abd60a0fafff723611a2dd17ad45d9d9408:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 6a8a1abd60a0fafff723611a2dd17ad45d9d9408
Author: James Baicoianu 
Date:   Sun Feb 16 14:36:45 2020 -0800

    Workaround for double ghost label bug

diff --git a/scripts/janusghost.js b/scripts/janusghost.js
index 85b6f5c44af315ecc8f8e89c6bc03f7f5625498b..
index ..7c3b959baa8892d2258852ed7612700f6fbcf6d8 100644
--- a/scripts/janusghost.js
+++ b/scripts/janusghost.js
@@ -71,7 +71,7 @@ elation.require(['janusweb.janusbase', 'engine.things.leapmotion'], function() {
       this.setHead(this.head_id, this.properties.head_pos);
       this.setBody(this.body_id);
       var name = this.properties.ghost_id;
-      if (this.showlabel) {
+      if (false && this.showlabel) {
         this.label = this.createObject('text', {
           size: .1,
           thickness: .03,

-----END OF PAGE-----