소스 검색

Update index.html

change 

            <pre class="prettyprint linenums">
$('#label-text-switch').bootstrapSwitch('setTextLabel', 'Radio');</pre>
        </div>

to

            <pre class="prettyprint linenums">
$('#label-text-switch').bootstrapSwitch('setTextLabel', 'Radio');</pre>
Stein, Peter 11 년 전
부모
커밋
375017e1de
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/index.html

+ 0 - 1
examples/index.html

@@ -347,7 +347,6 @@ $('#label-switch').bootstrapSwitch('setOffLabel', 'O');</pre>
             <pre class="prettyprint linenums">
 $('#label-text-switch').bootstrapSwitch('setTextLabel', 'Radio');</pre>
         </div>
-        </div>
     </div>
 
     <div class="row-fluid">