ISSUE-203

This commit is contained in:
Andrea Spacca
2019-03-30 13:02:25 +01:00
parent 2ca46c20e7
commit 576e7500dc
4 changed files with 60 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
<div class="wrapper">
<div style="">
<a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
<img border="0" src="/images/bitcoin.png" style="margin: 0 auto;;">
<img border="0" src="images/bitcoin.png" style="margin: 0 auto;;">
</a>
</div>

View File

@@ -75,7 +75,7 @@ $(document).ready(function() {
queue.push(xhr);
// start upload
xhr.open("PUT", '/' + file.name, true);
xhr.open("PUT", './' + file.name, true);
xhr.send(file);
};