Load pagedown_custom.js a bit later so it can use translations

This commit is contained in:
Neil Lalonde 2013-07-22 11:01:00 -04:00
parent 0c4e3d5233
commit 52acbec647

View File

@ -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