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

Commit 0f6cbc4

Browse files
author
Francois-Xavier Gentilhomme
committed
[FIX] fixes text v3 keys
1 parent 7ed8016 commit 0f6cbc4

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

docs/components/myscript-text-web/examples/v3/prediction_completion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<myscript-text-web apiversion="V3"
2222
scheme="https"
2323
host="webdemoapi.myscript.com"
24-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
25-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601"
24+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
25+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
2626
resultdetail="CHARACTER"
2727
textcandidatelistsize="3"
2828
wordcandidatelistsize="3"

docs/components/myscript-text-web/examples/v3/superimposed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<myscript-text-web apiversion="V3"
3030
scheme="https"
3131
host="webdemoapi.myscript.com"
32-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
33-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601"
32+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
33+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
3434
textinputmode="SUPERIMPOSED"
3535
textcandidatelistsize="3"
3636
disableexportcontrol

docs/components/myscript-text-web/examples/v3/websocket_text.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
3+
44
<head>
55
<!-- Those meta make the capture of handwriting inputs easier on mobile devices -->
66
<meta charset="UTF-8">
@@ -21,8 +21,8 @@
2121
<myscript-text-web apiversion="V3"
2222
scheme="https"
2323
host="webdemoapi.myscript.com"
24-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
25-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601">
24+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
25+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad">
2626
</myscript-text-web>
2727
</body>
2828

docs/components/myscript/.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"dependencies": {
2727
"pepjs": "^0.4.3"
2828
},
29-
"_release": "c878b9d263",
29+
"_release": "e0eff2c241",
3030
"_resolution": {
3131
"type": "branch",
3232
"branch": "2.0.0-alpha1",
33-
"commit": "c878b9d26391ccd066555c5b3a1072c9809312f4"
33+
"commit": "e0eff2c241c3c96e71a7dbb1296bad7feecf4b3f"
3434
},
3535
"_source": "https://github.com/MyScript/MyScriptJS.git",
3636
"_target": "2.0.0-alpha1",

examples/v3/prediction_completion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<myscript-text-web apiversion="V3"
2222
scheme="https"
2323
host="webdemoapi.myscript.com"
24-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
25-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601"
24+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
25+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
2626
resultdetail="CHARACTER"
2727
textcandidatelistsize="3"
2828
wordcandidatelistsize="3"

examples/v3/superimposed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<myscript-text-web apiversion="V3"
3030
scheme="https"
3131
host="webdemoapi.myscript.com"
32-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
33-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601"
32+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
33+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
3434
textinputmode="SUPERIMPOSED"
3535
textcandidatelistsize="3"
3636
disableexportcontrol

examples/v3/websocket_text.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
3+
44
<head>
55
<!-- Those meta make the capture of handwriting inputs easier on mobile devices -->
66
<meta charset="UTF-8">
@@ -21,8 +21,8 @@
2121
<myscript-text-web apiversion="V3"
2222
scheme="https"
2323
host="webdemoapi.myscript.com"
24-
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"
25-
hmackey="a1fa759f-b3ce-4091-9fd4-d34bb870c601">
24+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
25+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad">
2626
</myscript-text-web>
2727
</body>
2828

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy