瀏覽代碼

Merge pull request #39 from filipsalpe/fix-example-typo

Fix a typo in the example
Mattia Larentis 12 年之前
父節點
當前提交
6093697833
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/index.html

+ 2 - 2
examples/index.html

@@ -312,7 +312,7 @@ $('#disable-switch').bootstrapSwitch('setActive', false);  // true || false</pre
                     </div>
                 </div>
                 <div class="control-group">
-                    <label class="control-label" for="notification1">Notification 2</label>
+                    <label class="control-label" for="notification2">Notification 2</label>
 
                     <div class="controls">
                         <div class="switch" tabindex="0">
@@ -340,7 +340,7 @@ $('#disable-switch').bootstrapSwitch('setActive', false);  // true || false</pre
         &lt;/div>
     &lt;/div>
     &lt;div class="control-group">
-        &lt;label class="control-label" for="notification1">Notification 2&lt;/label>
+        &lt;label class="control-label" for="notification2">Notification 2&lt;/label>
         &lt;div class="controls">
             &lt;div class="switch" tabindex="0">
                 &lt;input id="notification2" type="checkbox" />