Browse Source

fixed gh-pages new version resources

Emanuele Marchi 11 years ago
parent
commit
1dcbe5f454
3 changed files with 44 additions and 2 deletions
  1. 21 0
      docs/bootstrap-switch.css
  2. 21 0
      docs/bootstrap-switch.js
  3. 2 2
      index.html

File diff suppressed because it is too large
+ 21 - 0
docs/bootstrap-switch.css


File diff suppressed because it is too large
+ 21 - 0
docs/bootstrap-switch.js


+ 2 - 2
index.html

@@ -10,7 +10,7 @@
     <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
     <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
     <link rel="stylesheet" href="http://bdmdesign.github.io/bootstrap-switch/static/stylesheets/flat-ui-fonts.css">
-    <link rel="stylesheet" href="build/css/bootstrap3/bootstrap-switch.css" />
+    <link rel="stylesheet" href="docs/bootstrap-switch.css">
     <link rel="stylesheet" href="docs/lib/prism.css">
     <link rel="stylesheet" href="docs/index.css">
     <script>
@@ -420,7 +420,7 @@ $('#readonly-switch').bootstrapSwitch('readonly', true);  // true || false</code
   </div>
   <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
   <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
-  <script src="build/js/bootstrap-switch.js"></script>
+  <script src="docs/bootstrap-switch.js"></script>
   <script src="docs/lib/prism.js"></script>
   <script src="docs/index.js"></script>
   </body>

Some files were not shown because too many files changed in this diff