Skip to content

Commit 2991907

Browse files
save file
1 parent 2d72064 commit 2991907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/html/page-html/v1.0/page-html-v1.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ <h3>
241241
//:
242242

243243

244-
btn.download = function(){
244+
btn.download = async function(){
245245
debug('btn.download');
246246
var url = base+path+filename;
247247
debug(url);
248-
var {txt,error} = get(url);
248+
var {txt,error} = await get(url);
249249
if(error){
250250
log.red(error);
251251
return;

0 commit comments

Comments
 (0)