mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-26 02:23:48 +01:00
rollback to http instead of https
This commit is contained in:
parent
00d0125284
commit
aa72ab7576
@ -14,12 +14,19 @@
|
|||||||
<link rel="shortcut" sizes="144x144" href="./img/apple-touch-icon-144x144-precomposed.png">
|
<link rel="shortcut" sizes="144x144" href="./img/apple-touch-icon-144x144-precomposed.png">
|
||||||
<link rel="icon" type="image/ico" href="./img/favicon.ico">
|
<link rel="icon" type="image/ico" href="./img/favicon.ico">
|
||||||
|
|
||||||
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
|
<!-- scripts -->
|
||||||
<script src="//code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
||||||
|
<!-- <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> -->
|
||||||
|
<!-- <script src="http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js"></script> -->
|
||||||
|
|
||||||
|
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
|
||||||
|
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
|
||||||
<script src="js/doodle3d-server.min.js" type="text/javascript"></script>
|
<script src="js/doodle3d-server.min.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<!-- stylesheets -->
|
<!-- stylesheets -->
|
||||||
<link rel="stylesheet" href="//code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
|
<!-- <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet"> -->
|
||||||
|
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
|
||||||
|
<!-- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.css" /> -->
|
||||||
<link rel="stylesheet" href="css/doodle3d-server.min.css"/>
|
<link rel="stylesheet" href="css/doodle3d-server.min.css"/>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -286,8 +293,8 @@
|
|||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="checkbox-0 ">Enable heated bed
|
<input type="checkbox" name="checkbox-0 ">Enable heated bed
|
||||||
</label> -->
|
</label> -->
|
||||||
<label for="chkBed">Heated bed:</label>
|
<label for="chkBed">Heated bed:</label>
|
||||||
<input type="checkbox" data-role="flipswitch" name="chkBed" id="chkBed">
|
<input type="checkbox" data-role="flipswitch" name="chkBed" id="chkBed">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="grpBedTemp" data-role="fieldcontain">
|
<div id="grpBedTemp" data-role="fieldcontain">
|
||||||
|
Loading…
Reference in New Issue
Block a user