From b80111ea058652f06a4f94c0a77cd78bab0e3cd1 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 15 Jun 2017 22:00:15 -0500 Subject: [PATCH] /static/bookmarklet: fix typo in page id. --- app/views/static/bookmarklet.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/bookmarklet.html.erb b/app/views/static/bookmarklet.html.erb index 26755a4a8..2b2d57500 100644 --- a/app/views/static/bookmarklet.html.erb +++ b/app/views/static/bookmarklet.html.erb @@ -1,5 +1,5 @@
-
+

Bookmarklet

<%= link_to "Post to #{Danbooru.config.app_name}", "javascript:location.href='#{request.protocol + request.host_with_port}/uploads/new?url='+encodeURIComponent(location.href)+'&ref='+encodeURIComponent(document.referrer)" %>