mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
remove log
This commit is contained in:
parent
c7e6297077
commit
0f55ba59c7
@ -371,7 +371,7 @@ function onUploadFinished(file) {
|
|||||||
if (file.type.startsWith("image")) {
|
if (file.type.startsWith("image")) {
|
||||||
prefix = '!';
|
prefix = '!';
|
||||||
}
|
}
|
||||||
console.log(file.xhr);
|
|
||||||
var extraText = prefix+'['+file.xhr.getResponseHeader("Location").split('filename=')[1]+'](' +
|
var extraText = prefix+'['+file.xhr.getResponseHeader("Location").split('filename=')[1]+'](' +
|
||||||
file.xhr.getResponseHeader("Location") +
|
file.xhr.getResponseHeader("Location") +
|
||||||
')\n\n';
|
')\n\n';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user