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", "/") %>