Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2103119 commit ce8fd75Copy full SHA for ce8fd75
examples/v4/customize_style.html
@@ -249,7 +249,7 @@
249
}
250
251
fontsElement.options.length = 0;
252
- request('http://webdemoapi.myscript.com/api/v4.0/iink/font/google/language/' + currentLanguage)
+ request('https://webdemoapi.myscript.com/api/v4.0/iink/font/google/language/' + currentLanguage)
253
.then(function(e) {
254
res = JSON.parse(e.target.responseText).result;
255
Object.keys(res).forEach(function (index) {
0 commit comments