mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Merge pull request #62 from EpikPhailure/patch-2
removed extraneous space
This commit is contained in:
commit
1c3ac828ed
@ -185,7 +185,7 @@ upload.prepareShareX = function(){
|
||||
\"RequestURL\": \"" + location.origin + "/api/upload\",\r\n\
|
||||
\"FileFormName\": \"files[]\",\r\n\
|
||||
\"Headers\": {\r\n\
|
||||
\"token\": \" " + upload.token + "\"\r\n\
|
||||
\"token\": \"" + upload.token + "\"\r\n\
|
||||
},\r\n\
|
||||
\"ResponseType\": \"Text\",\r\n\
|
||||
\"URL\": \"$json:files[0].url$\",\r\n\
|
||||
|
Loading…
Reference in New Issue
Block a user