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

Commit 7e67a20

Browse files
committed
[FIX] Custom resources
1 parent cc6c7ed commit 7e67a20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/v4/custom_resources_math.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<style>
2121
.description {
22-
22+
margin: 12px;
2323
}
2424
</style>
2525
</head>
@@ -98,7 +98,7 @@
9898
apiVersion: 'V4',
9999
server: {
100100
scheme: 'https',
101-
host: 'cloud-internal-stable.corp.myscript.com',
101+
host: 'webdemoapi.myscript.com',
102102
applicationKey: '515131ab-35fa-411c-bb4d-3917e00faf60',
103103
hmacKey: '54b2ca8a-6752-469d-87dd-553bb450e9ad'
104104
},

examples/v4/custom_resources_text.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
v4: {
8080
text: {
8181
configuration: {
82-
addLKText: false,
82+
addLKText: true,
8383
customResources: ['dinosaur']
8484
}
8585
}

0 commit comments

Comments
 (0)