Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed May 11, 2017
1 parent d2476d5 commit a9cabe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/src/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"web": 1
}), data, null, "json").done(function (json) {
if (json.errno == -20) {
$.getJSON("/api/getcaptcha", {
$.getJSON(window.location.origin + "/api/getcaptcha", {
"prod": "share",
"bdstoken": yunData.MYBDSTOKEN,
"app_id": 250528,
Expand Down

0 comments on commit a9cabe7

Please sign in to comment.