diff --git a/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html b/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html index 2eaf278..b40344f 100644 --- a/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html +++ b/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html @@ -50,7 +50,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
@@ -121,8 +121,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN _checkUndefined: function(variable) { - if(typeof variable === 'undefined') + if(typeof variable === 'undefined') { + public_room_iframe.src = ""; return false; + } return true; },