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

index 453ee00..5e464d2 100644 (file)
@@ -395,6 +395,7 @@ panel.load({
                     t += '<span class="visible-md">' + this.title[k] + '</span>';
                 case (k.indexOf('lg') >= 0):
                     t += '<span class="visible-lg">' + this.title[k] + '</span>';
+                default:
                     break;
             }