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

index 937bcf7..a08dbce 100644 (file)
@@ -394,6 +394,7 @@ panel.load({
                 case (k.indexOf('md') >= 0):
                     t += '<span class="visible-md">' + this.title[k] + '</span>';
                 case (k.indexOf('lg') >= 0):
+                    Roo.log('why enter in: '+k.indexOf('lg') >= 0);
                     t += '<span class="visible-lg">' + this.title[k] + '</span>';
             }