Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Clifton <me@dominicclifton.name>2015-11-10 03:22:09 +0300
committerDominic Clifton <me@dominicclifton.name>2015-11-10 03:22:09 +0300
commit6d524ebe5ea981767228c5e192eb93862246a82e (patch)
treeb33900cd41ec899c16788222389b4b7ac7134cff /main.html
parent8b33db66d75c8c8507ba172512a948552d30d085 (diff)
Delete unused switchery files and relocate the modified switchery
distribution files. Note that the switcher.css/.js are NOT the same as the minified version. They have been modified to generate smaller switches.
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.html b/main.html
index a75e4e68..1e4b015e 100755
--- a/main.html
+++ b/main.html
@@ -28,7 +28,7 @@
<link type="text/css" rel="stylesheet" href="./tabs/auxiliary.css" media="all" />
<link type="text/css" rel="stylesheet" href="./css/opensans_webfontkit/fonts.css" media="all" />
<link type="text/css" rel="stylesheet" href="./css/dropdown-lists/css/style_lists.css" media="all" />
- <link type="text/css" rel="stylesheet" href="./js/libraries/switchery/dist/switchery.css" media="all" />
+ <link type="text/css" rel="stylesheet" href="./js/libraries/switchery/switchery.css" media="all" />
<link rel="stylesheet" type="text/css" href="./js/libraries/jbox/jBox.css" />
<script type="text/javascript" src="./js/libraries/q.js"></script>
<script type="text/javascript" src="./js/libraries/google-analytics-bundle.js"></script>
@@ -75,7 +75,7 @@
<script type="text/javascript" src="./tabs/dataflash.js"></script>
<script type="text/javascript" src="./tabs/firmware_flasher.js"></script>
<script type="text/javascript" src="./js/libraries/jbox/jBox.js"></script>
- <script type="text/javascript" src="./js/libraries/switchery/dist/switchery.js"></script>
+ <script type="text/javascript" src="./js/libraries/switchery/switchery.js"></script>
<title></title>
</head>
<body>