From 52acbec6477dce86d27e63ed16f472a113c77892 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 22 Jul 2013 11:01:00 -0400 Subject: [PATCH] Load pagedown_custom.js a bit later so it can use translations --- app/assets/javascripts/main_include.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/main_include.js b/app/assets/javascripts/main_include.js index 7d2220ceea4..db48494ff28 100644 --- a/app/assets/javascripts/main_include.js +++ b/app/assets/javascripts/main_include.js @@ -1,6 +1,3 @@ -// Pagedown customizations -//= require ./pagedown_custom.js - // The rest of the externals //= require_tree ./external @@ -9,6 +6,9 @@ //= require ./locales/date_locales.js +// Pagedown customizations +//= require ./pagedown_custom.js + // Stuff we need to load first //= require_tree ./discourse/mixins //= require ./discourse/components/computed