From e0a9b50c84e1be5180a5721309947ed23b57f6fa Mon Sep 17 00:00:00 2001 From: Pistos Date: Wed, 9 Nov 2011 12:50:10 -0500 Subject: [PATCH] Remove a comment from the publisher Haml code, so publisher isn't mangled in Firefox 3. "//" is not really proper Haml comment syntax anyway. --- app/views/shared/_publisher.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml index dd9403586..35f1e63f4 100644 --- a/app/views/shared/_publisher.html.haml +++ b/app/views/shared/_publisher.html.haml @@ -17,7 +17,7 @@ -if publisher_explain :javascript - $(document).ready(function() + $(document).ready(function() { Publisher.triggerGettingStarted(); }); @@ -54,7 +54,6 @@ = image_tag "social_media_logos/#{service.provider}-16x16.png", :title => service.provider.titleize, :class => "service_icon dim", :id =>"#{service.provider}", :maxchar => "#{service.class::MAX_CHARACTERS}" = link_to (image_tag "icons/monotone_wrench_settings.png"), "#question_mark_pane", :class => 'question_mark', :rel => 'facebox', :title => t('shared.public_explain.manage') - // NOTE(dropdown special casing to DRY up -- taken from the aspect_dropdown partial) .dropdown{:class => "hang_right", :title => popover_with_close_html("2. #{t('shared.public_explain.control_your_audience')}"), 'data-content'=> t('shared.public_explain.visibility_dropdown')} .button.toggle.publisher - if publisher_public