diff --git a/bubbles.js b/bubbles.js index 0a1db42..e4e34db 100644 --- a/bubbles.js +++ b/bubbles.js @@ -432,6 +432,7 @@ function videoBubbles() { * otherwise hidden *********************************/ this.subsShow = function( bool ) { + var subContStyle = bubbles.subs[ this.id ].subCont.style; if( bool ) subContStyle.display = "block"; else