Skip to content

Commit 1189fb0

Browse files
save file
1 parent ed66005 commit 1189fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/html/page-html/v1.0/page-html-v1.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ <h3>
326326
$('web-editor').style.display = 'none';
327327
$('snippet-html-console').style.display = '';
328328

329-
var url = base+path+'/examples/'+file;
329+
var url = base+path+'examples/'+file;
330330
var {txt} = await get(url);
331331
if(!txt)return;
332332

0 commit comments

Comments
 (0)