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

index 5e464d2..937bcf7 100644 (file)
@@ -395,8 +395,6 @@ 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;
             }
             
         }