Skip to content

Commit

Permalink
Merge pull request #5 from FaustXVI/patch-1
Browse files Browse the repository at this point in the history
load jquery via https
  • Loading branch information
sui77 authored Jan 24, 2019
2 parents 55eb073 + 393c5bc commit bbe88c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
?><html>
<head>
<title>rc-switch raw data viewer</title>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</head>
<body>
<a href="./Sketchbook/SimpleRcScanner.ino">Arduino Sketch</a> | <a href="https://github.com/sui77/rc-switch">rc-switch</a> | <a href="https://github.com/sui77/SimpleRcScanner">$this source</a>
Expand Down Expand Up @@ -32,4 +32,4 @@
$('.' + $(this).data('cid') ).remove();
});
});
</script>
</script>

0 comments on commit bbe88c9

Please sign in to comment.