From 7224d3b6e538f693e35a249055f68291e50fd0d7 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Jan 2013 15:32:33 -0500 Subject: [PATCH] fix typo --- app/views/static/terms_of_service.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/terms_of_service.html.erb b/app/views/static/terms_of_service.html.erb index bd21472d6..e83cc3850 100644 --- a/app/views/static/terms_of_service.html.erb +++ b/app/views/static/terms_of_service.html.erb @@ -56,7 +56,7 @@

Agreement

By clicking on the "I Agree" link, you have read all the terms and have agreed to them.

-

<%= link_to("I Agree", params[:url] || "/", :onclick => "Cookie.put('tos', '1')") %> | <%= link_to("Cancel", "/") %>

+

<%= link_to("I Agree", params[:url] || "/", :onclick => "Danbooru.Cookie.put('tos', '1')") %> | <%= link_to("Cancel", "/") %>