We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e5cde commit cd667a0Copy full SHA for cd667a0
1 file changed
html-components/list/web-editor/web-editor.html
@@ -214,6 +214,10 @@ <h3>
214
var html = md.render(mdtxt.readme);
215
$('#view #readme').innerHTML = html;
216
217
+ var html = md.render(mdtxt.api);
218
+ $('#view #api').innerHTML = html;
219
+
220
221
var keys = Object.keys(files.examples);
222
var initial = keys[0];
223
@@ -333,7 +337,7 @@ <h3>
333
337
error = `( ${res.status} ) ${res.statusText}`;
334
338
cache[url] = error;
335
339
//var error = await res.text();
336
- log.red(error);
340
+ //log.red(error);
341
return {error};
342
}
343
0 commit comments