Skip to content

Commit cd667a0

Browse files
save file
1 parent 41e5cde commit cd667a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

html-components/list/web-editor/web-editor.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ <h3>
214214
var html = md.render(mdtxt.readme);
215215
$('#view #readme').innerHTML = html;
216216

217+
var html = md.render(mdtxt.api);
218+
$('#view #api').innerHTML = html;
219+
220+
217221
var keys = Object.keys(files.examples);
218222
var initial = keys[0];
219223

@@ -333,7 +337,7 @@ <h3>
333337
error = `( ${res.status} ) ${res.statusText}`;
334338
cache[url] = error;
335339
//var error = await res.text();
336-
log.red(error);
340+
//log.red(error);
337341
return {error};
338342
}
339343

0 commit comments

Comments
 (0)