Skip to content

Commit f91aa4a

Browse files
save file
1 parent 5bca017 commit f91aa4a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,10 @@ <h3>
242242

243243

244244
btn.download = function(){
245-
246-
var {txt,error} = get(base+path+filename);
245+
debug('btn.download');
246+
var url = base+path+filename;
247+
debug(url);
248+
var {txt,error} = get(url);
247249
if(error){
248250
log.red(error);
249251
return;

0 commit comments

Comments
 (0)