|
@@ -7,7 +7,7 @@
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8;" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8;" />
|
|
|
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css">
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css">
|
|
- <link rel="stylesheet" href="../static/stylesheets/bootstrapSwitch.css">
|
|
|
|
|
|
+ <link rel="stylesheet" href="../static/stylesheets/bootstrap-switch.css">
|
|
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css">
|
|
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css">
|
|
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/docs.css">
|
|
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/docs.css">
|
|
|
|
|
|
@@ -409,7 +409,7 @@ $('#disable-switch').bootstrapSwitch('setActive', false); // true || false</pre
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
|
|
<script src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
|
|
<script src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
|
|
-<script src="../static/js/bootstrapSwitch.js"></script>
|
|
|
|
|
|
+<script src="../static/js/bootstrap-switch.js"></script>
|
|
<script>
|
|
<script>
|
|
window.prettyPrint && prettyPrint();
|
|
window.prettyPrint && prettyPrint();
|
|
$('#mySwitch').on('switch-change', function (e, data) {
|
|
$('#mySwitch').on('switch-change', function (e, data) {
|