ISSUE-203
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user