tumblrandom: fix some final issues
This commit is contained in:
parent
93efb988cb
commit
6b19891c5e
1 changed files with 5 additions and 2 deletions
|
@ -279,6 +279,9 @@ func (a *app) refreshLikes(rw http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
urlSuffix = lr.Response.Links.Next.Href
|
urlSuffix = lr.Response.Links.Next.Href
|
||||||
if urlSuffix != "" {
|
if urlSuffix != "" {
|
||||||
|
refreshBufMu.Lock()
|
||||||
|
refreshBuf[refreshSess] = likes
|
||||||
|
refreshBufMu.Unlock()
|
||||||
fmt.Fprintf(rw, `<!DOCTYPE html>
|
fmt.Fprintf(rw, `<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -286,8 +289,8 @@ func (a *app) refreshLikes(rw http.ResponseWriter, r *http.Request) {
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form method="POST" id="theForm">
|
<form method="POST" id="theForm">
|
||||||
<input type="hidden" name="url_suffix" value="%q">
|
<input type="hidden" name="url_suffix" value=%q>
|
||||||
<input type="hidden" name="refresh_session" value="%q">
|
<input type="hidden" name="refresh_session" value=%q>
|
||||||
<input type="submit" id="theSubmit">
|
<input type="submit" id="theSubmit">
|
||||||
</form>
|
</form>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue