Jelajahi Sumber

Update index.html

Stein, Peter 11 tahun lalu
induk
melakukan
8c18f15196
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      examples/index.html

+ 3 - 2
examples/index.html

@@ -13,7 +13,7 @@
     <link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/js/google-code-prettify/prettify.css" />
     <link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/js/google-code-prettify/prettify.css" />
     <link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/css/docs.css" />
     <link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/css/docs.css" />
     <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
     <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
-    <link rel="stylesheet" href="static/stylesheets/flat-ui-fonts.css">
+    <link rel="stylesheet" href="../static/stylesheets/flat-ui-fonts.css">
     
     
     <style>
     <style>
         .span4, h1 {
         .span4, h1 {
@@ -815,7 +815,8 @@ $(document).ready(function() {
         $('.radio1').bootstrapSwitch('toggleRadioState');
         $('.radio1').bootstrapSwitch('toggleRadioState');
     });
     });
     $('.radio2').on('switch-change', function () {
     $('.radio2').on('switch-change', function () {
-        $('.radio2').bootstrapSwitch('toggleRadioStateAllowUncheck', true);
+        $('.radio2')
+                .bootstrapSwitch('toggleRadioStateAllowUncheck', true);
     });
     });
 
 
 });
 });