Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Jan 23, 2024
1 parent 421142c commit b587a5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WiFi_profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/icon.png">
<link rel="icon" href="assets/img/icon.png">
<link rel="stylesheet" href="assets/css/colors.css?v=1705954403">
<link rel="stylesheet" href="assets/css/common.css?v=1705954403">
<link rel="stylesheet" href="assets/css/settings.css?v=1705954403">
<link rel="stylesheet" href="assets/css/colors.css?v=1705955555">
<link rel="stylesheet" href="assets/css/common.css?v=1705955555">
<link rel="stylesheet" href="assets/css/settings.css?v=1705955555">
<style>
#infoX { display: none }
pre {
Expand All @@ -33,7 +33,7 @@
</div>

<script src="assets/js/plugin/jquery-3.7.1.min.js"></script>
<script src="assets/js/common.js?v=1705954404"></script>
<script src="assets/js/common.js?v=1705955555"></script>
<script>
var V = {}
var default_v = {
Expand Down Expand Up @@ -81,11 +81,11 @@
+'\nAddress='+ val.ADDRESS
+'\nGateway='+ val.GATEWAY;
}
/* var blob = new Blob( [ data ], { type: 'application/text;charset=utf-8' } );
var blob = new Blob( [ data ], { type: 'application/text;charset=utf-8' } );
var a = document.createElement( 'a' );
a.setAttribute( 'download', name );
a.setAttribute( 'href', window.URL.createObjectURL( blob ) );
a.click();*/
a.click();
info( {
icon : icon
, title : title
Expand Down

0 comments on commit b587a5b

Please sign in to comment.