diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-11-21 23:55:58 -0800 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-11-21 23:55:58 -0800 |
commit | cf3d70c83aac587e31004c983748c35a56508ac1 (patch) | |
tree | d4fda810993a1f65f53593ad08be1bebf86a6a15 /index.html | |
parent | 221ca22e1c51ab6ef8a9d870899be10eceb22706 (diff) |
Fixed some typos, fixed index directive in the nginx conf
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,15 +30,15 @@ function notify() { msg = new Notification("あなたはチンチンが大好き"); } //performing an https POST on the backend -$.post("https://" + window.hostname.location + "/api/msg", - {last-displayed: 0},// data to submit +$.post("https://" + window.location.hostname + "/api/msg", + {ld : 0},// data to submit function(data, status, jqXHR) { //callback function if (data == ""){ return; } console.log(data); } -} +); </script> <!--- Permission display--> <p class="pd">You have not granted notification permissions</p> |