X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;fp=roojs-bootstrap-debug.js;h=053261ff9eb6573791637f473ea16532717bbf21;hp=c421bb99a89c54f2f2a6a7ef07fde24692253700;hb=b18c99b7f09fdac8d7eab9cd2dd6d79eeeba56db;hpb=8d4aa09e387bf0f91ad47847e5bac698c2ded8f3 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index c421bb99a8..053261ff9e 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -9133,8 +9133,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if (this.responsive) { width = ''; left = ''; - hidden = cm.isHidden(i) ? 'display:none' : ''; - splithide = 'display: none'; + hidden = cm.isHidden(i) ? 'display:none;' : ''; + splithide = 'display: none;'; } styles.push( '#' , this.id , ' .x-col-' , i, " {", cm.config[i].css, width, hidden, "}\n" );