Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealRasin committed Apr 2, 2019
1 parent 9d9b377 commit 9e71f1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ function reload() {
e.preventDefault(); //prevents button from multi clicking on one click
var downloadlink =""+ this.download;
var isk = "" + this.href;
var bob = "" + downloadlink +',';
console.log(this.downloadlink);
console.log(this.isk);
console.log(this.bob);
var bob = "" + downloadlink +',' + isk;
console.log(downloadlink);
console.log(isk);
console.log(bob);


//sends a post request to node app and if everything goes right it returns 200 and if an error happened 404
Expand Down

0 comments on commit 9e71f1f

Please sign in to comment.