From 65edd966c973e4b278251ad8f4a231a8c4566985 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 27 Nov 2020 15:31:11 +0800 Subject: [PATCH] update docs --- docs/src/Roo_bootstrap_Button.js.html | 4 ++-- docs/src/Roo_bootstrap_Card.js.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/Roo_bootstrap_Button.js.html b/docs/src/Roo_bootstrap_Button.js.html index 9b0189c81d..0e6e79ccef 100644 --- a/docs/src/Roo_bootstrap_Button.js.html +++ b/docs/src/Roo_bootstrap_Button.js.html @@ -428,6 +428,6 @@ 'danger', 'link', 'light', - 'dark', + 'dark' -]; \ No newline at end of file +]; \ No newline at end of file diff --git a/docs/src/Roo_bootstrap_Card.js.html b/docs/src/Roo_bootstrap_Card.js.html index 613bf45fc9..7572066240 100644 --- a/docs/src/Roo_bootstrap_Card.js.html +++ b/docs/src/Roo_bootstrap_Card.js.html @@ -208,6 +208,7 @@ cfg.cls += this.layoutCls(); var hdr = false; + var hdr_ctr = false; if (this.header.length) { hdr = { tag : this.header_size > 0 ? 'h' + this.header_size : 'div', @@ -223,6 +224,7 @@ cn : [] }; cfg.cn.push(hdr); + hdr_ctr = hdr; } if (this.collapsable) { hdr_ctr = { -- 2.39.2