소스 검색

Update bootstrap-switch.js

remove the second
 
            if (textLabel) {
              $label.html('' + textLabel + '');
            }
Stein, Peter 12 년 전
부모
커밋
e193c8294a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      static/js/bootstrap-switch.js

+ 0 - 4
static/js/bootstrap-switch.js

@@ -81,10 +81,6 @@
             if (icon) {
               $label.html('<i class="icon ' + icon + '"></i>');
             }
-            
-            if (textLabel) {
-              $label.html('' + textLabel + '');
-            }
 
             if (textLabel) {
               $label.html('' + textLabel + '');