Commit ca817ac69ab293373d1455599d0b852e47411b93

Authored by isisadmin
1 parent 8afca675

private room updates

controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
@@ -117,14 +117,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN @@ -117,14 +117,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
117 }, 117 },
118 118
119 _computeCardClass: function(color) { 119 _computeCardClass: function(color) {
120 - //var cls = 'card';  
121 - //return cls + ' ' + color;  
122 this.$.card = color; 120 this.$.card = color;
123 }, 121 },
124 122
125 _computeFixedBackgroundClass: function(color) { 123 _computeFixedBackgroundClass: function(color) {
126 - //var cls = 'fixed';  
127 - //return cls + ' ' + color + '-l';  
128 this.$.fixed = color; 124 this.$.fixed = color;
129 } 125 }
130 126
datalets/preview-datalet/preview-datalet.html
@@ -129,7 +129,7 @@ Example: @@ -129,7 +129,7 @@ Example:
129 * 129 *
130 */ 130 */
131 ready: function(){ 131 ready: function(){
132 - this.$.base.setDomain(this.url.split("/")[0] + "//" + this.url.split("/")[2]); 132 + //this.$.base.setDomain(this.url.split("/")[0] + "//" + this.url.split("/")[2]);
133 } 133 }
134 }); 134 });
135 </script> 135 </script>