diff --git a/app/javascript/src/styles/specific/posts.scss b/app/javascript/src/styles/specific/posts.scss index ebc9899c9..03a8eb93c 100644 --- a/app/javascript/src/styles/specific/posts.scss +++ b/app/javascript/src/styles/specific/posts.scss @@ -336,10 +336,6 @@ div#c-posts { li { padding: 0 1em 0 0; } - - div.share a { - margin: 0; - } } .image-container { diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 34c1d7a7a..3216a50ad 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -67,8 +67,6 @@ window.Danbooru.notice = Danbooru.Utility.notice; window.Danbooru.error = Danbooru.Utility.error; - - window.addthis_config = { ui_click: true }; <%= tag.meta name: "description", content: meta_description %> diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index eba30fb80..cfc458951 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -10,13 +10,6 @@ <%= @post_set.presenter.tag_list_html(current_query: params[:tags], show_extra_links: policy(Post).show_extra_links?) %> - <% if Danbooru.config.addthis_key.present? %> - - <% end %> - <%= render "posts/partials/index/options" %> <%= render "posts/partials/index/related", post_set: @post_set %> diff --git a/app/views/posts/partials/index/_share.html.erb b/app/views/posts/partials/index/_share.html.erb deleted file mode 100644 index 56ead4b46..000000000 --- a/app/views/posts/partials/index/_share.html.erb +++ /dev/null @@ -1,10 +0,0 @@ -
- - diff --git a/app/views/posts/partials/show/_share.html.erb b/app/views/posts/partials/show/_share.html.erb deleted file mode 100644 index 37822ac9f..000000000 --- a/app/views/posts/partials/show/_share.html.erb +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 49af90d88..a6c77fbdc 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -18,13 +18,6 @@ <%= render "posts/partials/show/information", :post => @post %> - <% if Danbooru.config.addthis_key.present? %> - - <% end %> -