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

Commit 1a2dd61

Browse files
committed
[FIX] Examples keys
1 parent d5c0d6a commit 1a2dd61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+92
-92
lines changed

docs/components/myscript-common-element/examples/dev/debug.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<myscript-common-element debug
2424
scheme="https"
2525
host="webdemoapi.myscript.com"
26-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
27-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
26+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
27+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
2828
touch-action="none"
2929
disableconvertcontrol
3030
disableclearcontrol>

docs/components/myscript-common-element/examples/dev/get_stats.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- 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 -->
2525
<myscript-common-element scheme="https"
2626
host="webdemoapi.myscript.com"
27-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
28-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
27+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
28+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
2929
touch-action="none"
3030
disableconvertcontrol
3131
disableclearcontrol>

docs/components/myscript-common-element/examples/non-version-specific/change_language.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
<body>
3232
<myscript-languages-element scheme="https"
3333
host="webdemoapi.myscript.com"
34-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
35-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
34+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
35+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
3636
select>
3737
</myscript-languages-element>
3838
<myscript-common-element
3939
type="TEXT"
4040
scheme="https"
4141
host="webdemoapi.myscript.com"
42-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
43-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
42+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
43+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
4444
touch-action="none"
4545
disableclearcontrol
4646
disableconvertcontrol>

docs/components/myscript-common-element/examples/non-version-specific/custom_controls.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<!-- 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 -->
4242
<myscript-common-element scheme="https"
4343
host="webdemoapi.myscript.com"
44-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
45-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
44+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
45+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
4646
ondemand
4747
disablecontrols
4848
touch-action="none">

docs/components/myscript-common-element/examples/non-version-specific/customize_style.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<!-- 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 -->
8383
<myscript-common-element scheme="https"
8484
host="webdemoapi.myscript.com"
85-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
86-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
85+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
86+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
8787
themewidth="2"
8888
themecolor="#FFFFFF"
8989
touch-action="none"

docs/components/myscript-common-element/examples/non-version-specific/get_languages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<body>
2121
<myscript-languages-element scheme="https"
2222
host="webdemoapi.myscript.com"
23-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
24-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
23+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
24+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
2525
select>
2626
</myscript-languages-element>
2727
</body>

docs/components/myscript-common-element/examples/non-version-specific/get_languages_programmatic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
const configuration = {
3131
scheme: 'https',
3232
host: 'webdemoapi.myscript.com',
33-
applicationKey: '7d223f9e-a3cb-4213-ba4b-85e930605f8b',
34-
hmacKey: '5ab1935e-529a-4d48-a695-158450e52b13',
33+
applicationKey: '515131ab-35fa-411c-bb4d-3917e00faf60',
34+
hmacKey: '54b2ca8a-6752-469d-87dd-553bb450e9ad',
3535
sortByValue: true
3636
};
3737
// Testing if attributes binding via DOM, setAttribute or direct object manipulation is working.

docs/components/myscript-common-element/examples/non-version-specific/get_started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<!-- 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 -->
2828
<myscript-common-element scheme="https"
2929
host="webdemoapi.myscript.com"
30-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
31-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
30+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
31+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
3232
touch-action="none"
3333
disableconvertcontrol
3434
disableclearcontrol>

docs/components/myscript-common-element/examples/non-version-specific/handle_exports.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- 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 -->
2525
<myscript-common-element scheme="https"
2626
host="webdemoapi.myscript.com"
27-
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
28-
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
27+
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
28+
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
2929
touch-action="none"
3030
disableconvertcontrol
3131
disableclearcontrol>

docs/components/myscript-common-element/examples/non-version-specific/programmatic_init.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
type: 'TEXT',
3131
scheme: 'https',
3232
host: 'webdemoapi.myscript.com',
33-
applicationKey: '7d223f9e-a3cb-4213-ba4b-85e930605f8b',
34-
hmacKey: '5ab1935e-529a-4d48-a695-158450e52b13'
33+
applicationKey: '515131ab-35fa-411c-bb4d-3917e00faf60',
34+
hmacKey: '54b2ca8a-6752-469d-87dd-553bb450e9ad'
3535
};
3636
// Testing if attributes binding via DOM, setAttribute or direct object manipulation is working.
3737
commonElement.setAttribute('type', configuration.type);

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