Stein, Peter преди 11 години
родител
ревизия
43df2c77d3
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      examples.html

+ 3 - 3
examples.html

@@ -12,9 +12,9 @@
     <link rel="stylesheet" href="static/stylesheets/bootstrap-switch.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="static/stylesheets/styles.css" />
+    <link rel="stylesheet" href="http://bdmdesign.github.io/bootstrap-switch/static/stylesheets/styles.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="http://bdmdesign.github.io/bootstrap-switch/static/stylesheets/flat-ui-fonts.css">
 
         <style type="text/css">
             body {
@@ -953,7 +953,7 @@ $(document).ready(function() {
         <script src="http://getbootstrap.com/2.3.2/assets/js/google-code-prettify/prettify.js"></script>
         <script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
         <script src="static/js/bootstrap-switch.js"></script>
-        <script src="static/js/main.js"></script>
+        <script src="http://bdmdesign.github.io/bootstrap-switch/static/js/main.js"></script>
   </body>
 
 </html>