Skip to content

Commit

Permalink
Fix wrong script path in examples (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hktechn0 authored and cpulabs committed May 21, 2019
1 parent f0e82e6 commit a661e43
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions liff-app/examples-js-control/display/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link rel="stylesheet" href="style.css?id=20190111_1547196772">
<title>JS-Framework display test</title>
<link rel="stylesheet" href="style.css">
<title>Display example - LINE Things development board</title>
</head>

<body>
Expand Down Expand Up @@ -85,8 +85,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<script src="https://d.line-scdn.net/liff/1.0/sdk.js"></script>
<script src="../things-dev-board.js"></script>
<script src="liff.js?id=20190111_1547196772"></script>
<script src="https://line.github.io/line-things-dev-board/liff-app/things-dev-board.js"></script>
<script src="liff.js"></script>
</body>

</html>
8 changes: 4 additions & 4 deletions liff-app/examples-js-control/led-blink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link rel="stylesheet" href="style.css?id=20190111_1547196772">
<title>JS-Framework LED Blink</title>
<link rel="stylesheet" href="style.css">
<title>LED Blink example - LINE Things development board</title>
</head>

<body>
Expand Down Expand Up @@ -86,8 +86,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<script src="https://d.line-scdn.net/liff/1.0/sdk.js"></script>
<script src="../js-framework.js"></script>
<script src="liff.js?id=20190111_1547196772"></script>
<script src="https://line.github.io/line-things-dev-board/liff-app/things-dev-board.js"></script>
<script src="liff.js"></script>
</body>

</html>
8 changes: 4 additions & 4 deletions liff-app/examples-js-control/notify/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link rel="stylesheet" href="style.css?id=20190111_1547196772">
<title>JS-Framework SW/Temperature Notify</title>
<link rel="stylesheet" href="style.css">
<title>SW/Temperature notify example - LINE Things development board</title>
</head>

<body>
Expand Down Expand Up @@ -85,8 +85,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<script src="https://d.line-scdn.net/liff/1.0/sdk.js"></script>
<script src="../js-framework.js"></script>
<script src="liff-starter.js?id=20190111_1547196772"></script>
<script src="https://line.github.io/line-things-dev-board/liff-app/things-dev-board.js"></script>
<script src="liff.js"></script>
</body>

</html>

0 comments on commit a661e43

Please sign in to comment.