From 5e2e19efe860f56cb0007135a1d3d90d70bc1aa8 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 13:32:58 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index a148f1d81a..1dfc00b718 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -385,15 +385,21 @@ panel.load({ if (!this.title.hasOwnProperty(k)) { continue; } - Roo.log(k); switch (true) { case (k.indexOf('xs') >= 0): + Roo.log(k+' in xs'); t += '' + this.title[k] + ''; case (k.indexOf('sm') >= 0): + Roo.log(k+' in sm'); + t += '' + this.title[k] + ''; case (k.indexOf('md') >= 0): + Roo.log(k+' in md'); + t += '' + this.title[k] + ''; case (k.indexOf('lg') >= 0): + Roo.log(k+' in lg'); + t += '' + this.title[k] + ''; break; default: -- 2.39.2