Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 36f379b

Browse files
author
DEWITTE Pierre-Alban
committed
Adapating bower.json to new examples path
1 parent b697153 commit 36f379b

File tree

3 files changed

+21
-26
lines changed

3 files changed

+21
-26
lines changed
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
<!doctype html>
22
<html>
3+
34
<head>
45
<meta charset="utf-8">
5-
<meta name="viewport"
6-
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
6+
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
77
<meta name="apple-mobile-web-app-capable" content="yes">
88
<meta name="mobile-web-app-capable" content="yes">
9-
<meta name="HandheldFriendly" content="true"/>
9+
<meta name="HandheldFriendly" content="true" />
1010

1111
<title>Activate debugger</title>
1212

13-
<link rel="stylesheet" href="examples.css">
13+
<link rel="stylesheet" href="../examples.css">
1414

15-
<script src="../../webcomponentsjs/webcomponents-loader.js"></script>
16-
<link rel="import" href="../myscript-text-web.html">
15+
<script src="../../../webcomponentsjs/webcomponents-loader.js"></script>
16+
<link rel="import" href="../../myscript-text-web.html">
1717
</head>
18+
1819
<body>
19-
<myscript-text-web
20-
debug
21-
scheme="https"
22-
host="webdemoapi.myscript.com"
23-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
24-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601"
25-
language="fr_FR">
20+
<myscript-text-web debug scheme="https" host="webdemoapi.myscript.com" applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81" hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601" language="fr_FR">
2621
</myscript-text-web>
2722
</body>
28-
</html>
23+
24+
</html>
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<html>
3+
34
<head>
45
<meta charset="utf-8">
56
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=no">
@@ -8,20 +9,17 @@
89

910
<title>Get statistics</title>
1011

11-
<link rel="stylesheet" href="examples.css">
12+
<link rel="stylesheet" href="../examples.css">
1213

13-
<script src="../../webcomponentsjs/webcomponents-loader.js"></script>
14-
<link rel="import" href="../../paper-toast/paper-toast.html">
15-
<link rel="import" href="../myscript-text-web.html">
14+
<script src="../../../webcomponentsjs/webcomponents-loader.js"></script>
15+
<link rel="import" href="../../../paper-toast/paper-toast.html">
16+
<link rel="import" href="../../myscript-text-web.html">
1617
</head>
18+
1719
<body>
1820
<paper-toast id="result" class="fit-top"></paper-toast>
1921
<!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
20-
<myscript-text-web
21-
scheme="https"
22-
host="webdemoapi.myscript.com"
23-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
24-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601">
22+
<myscript-text-web scheme="https" host="webdemoapi.myscript.com" applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81" hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601">
2523
</myscript-text-web>
2624
</body>
2725
<script>
@@ -31,4 +29,5 @@
3129
paperToast.fitIn = paperToast.show();
3230
});
3331
</script>
34-
</html>
32+
33+
</html>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
margin: 0;
2+
margin: 10px;
33
height: 100vh;
44
}
55

@@ -9,4 +9,4 @@ myscript-text-web {
99

1010
myscript-text-candidates {
1111
font-size: x-large;
12-
}
12+
}

0 commit comments

Comments
 (0)