repo: janusweb action: commit revision: path_from: revision_from: b0e5134acb628d237581bc3db05d8d8eb0b22e8e: path_to: revision_to:
commit b0e5134acb628d237581bc3db05d8d8eb0b22e8e Author: James BaicoianuDate: Sat Jan 23 21:47:01 2016 -0800 Reenable portal label diff --git a/scripts/portal.js b/scripts/portal.js
--- 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-----