diff options
| author | EpikPhailure <[email protected]> | 2017-11-02 21:19:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-02 21:19:57 -0700 |
| commit | 4ef19ed02734f52e74953d3697de065b458e4f02 (patch) | |
| tree | 0f246ef9e64350b838e908c78520f41fb0e141ce /public/js | |
| parent | Merge pull request #58 from ScruffyRules/sharex (diff) | |
| download | host.fuwn.me-4ef19ed02734f52e74953d3697de065b458e4f02.tar.xz host.fuwn.me-4ef19ed02734f52e74953d3697de065b458e4f02.zip | |
removed extraneous space
Diffstat (limited to 'public/js')
| -rw-r--r-- | public/js/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/home.js b/public/js/home.js index 83e935a..9fcef05 100644 --- a/public/js/home.js +++ b/public/js/home.js @@ -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\ |