From 4f908696187c8ac9abd3c69ba0770ec80e4037a7 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 6 Jun 2014 16:48:09 -0400 Subject: [PATCH] Add content :bottom to the bottom of every page, as it says it should --- app/assets/javascripts/discourse/templates/topic.js.handlebars | 2 -- app/views/layouts/application.html.erb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/topic.js.handlebars b/app/assets/javascripts/discourse/templates/topic.js.handlebars index 3429239b1..63ec92a0b 100644 --- a/app/assets/javascripts/discourse/templates/topic.js.handlebars +++ b/app/assets/javascripts/discourse/templates/topic.js.handlebars @@ -156,5 +156,3 @@ {{#if currentUser.canManageTopic}} {{render "topicAdminMenu" content}} {{/if}} - -{{customHTML "bottom"}} diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index abc1e1ce9..120038748 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -84,7 +84,7 @@ <%= yield :data %> - + <%= render :partial => "common/discourse_javascript" %>