repo: janusweb
action: commit
revision: 
path_from: 
revision_from: b0e5134acb628d237581bc3db05d8d8eb0b22e8e:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit b0e5134acb628d237581bc3db05d8d8eb0b22e8e
Author: James Baicoianu 
Date:   Sat Jan 23 21:47:01 2016 -0800

    Reenable portal label

diff --git a/scripts/portal.js b/scripts/portal.js
index 5bc01c5cc04c12f7311d76a8a2fdee13bc703ea9..
index ..ca0e0523ebcd590414aa7214e5e221301d04314e 100644
--- a/scripts/portal.js
+++ b/scripts/portal.js
@@ -52,7 +52,7 @@ elation.require(['engine.things.portal'], function() {
         });
         elation.events.add(this.child, 'mouseover,mouseout,click', this);
       }
-      if (false && this.properties.title) {
+      if (this.properties.title) {
         this.label = this.spawn('label', this.id + '_label', { 
           text: this.properties.title, 
           size: .1,

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