Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 05:31:41 +0000 (13:31 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 05:31:41 +0000 (13:31 +0800)
Roo/bootstrap/panel/Content.js

index ce6763f..a148f1d 100644 (file)
@@ -380,12 +380,12 @@ panel.load({
         }
         
         var t = '';
-        
+    
         for (var k in this.title) {
             if (!this.title.hasOwnProperty(k)) {
                 continue;
             }
-            
+            Roo.log(k);
             switch (true) {
                 case (k.indexOf('xs') >= 0):
                     t += '<span class="visible-xs">' + this.title[k] + '</span>';