From dec6b9970ac0ec581a0e899175297fcf1e79db72 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 15 Apr 2013 15:37:31 +1000 Subject: [PATCH] guard failed me --- lib/pretty_text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pretty_text.rb b/lib/pretty_text.rb index da16c88af..1b8b2f278 100644 --- a/lib/pretty_text.rb +++ b/lib/pretty_text.rb @@ -87,7 +87,7 @@ module PrettyText @ctx.load(Rails.configuration.ember.handlebars_location) #@ctx.load(Rails.configuration.ember.ember_location) - @ctx.load(app_root + "app/assets/javascripts/external/sugar-1.3.5.js") + @ctx.load(app_root + "app/assets/javascripts/external_production/sugar-1.3.5.js") @ctx.eval("var Discourse = {}; Discourse.SiteSettings = #{SiteSetting.client_settings_json};") @ctx.eval("var window = {}; window.devicePixelRatio = 2;") # hack to make code think stuff is retina