Skip to content

Commit

Permalink
moved all api calls to https
Browse files Browse the repository at this point in the history
  • Loading branch information
3ka5-cat committed Jul 11, 2016
1 parent 21a599d commit 4809982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h1 class="container-header" id="header">Хочу, чтобы...</h1>
}

function send_wish(text, counterElement) {
$.post("http://hello.wishbox.space/v1/wishes/", {text: text}, function(data) {
$.post("https://hello.wishbox.space/v1/wishes/", {text: text}, function(data) {
update_counter(counterElement);
}, "json");
}
Expand Down

0 comments on commit 4809982

Please sign in to comment.