Sha256: de96bbca09df9f354ee95314804eac685ee3fd87a43af5d0b3ee406133903e33

Contents?: true

Size: 839 Bytes

Versions: 32

Compression:

Stored size: 839 Bytes

Contents

<% content_for :head do -%>
  <%= javascript_include_tag 'muck_raker.js' %>
  <%= javascript_tag %[var ADD_SHARE_MESSAGE = '#{t('muck.shares.adding_share')}';] %>
<% end -%>
<% content_for :javascript do -%>
  jQuery(document).ready(function() {
    <%= "show_tool('comments');" if params[:show_comments] || @entry.comment_count > 0 -%>
    jQuery(window).bind('resize', function() {
      maximize_space();
    });
    jQuery('#comment').click(function(){
      return show_tool('comments');
    });
    jQuery('#share').click(function(){
      return show_tool('share');
    });
    jQuery('.close_link').click(function(){
      jQuery('.tool').hide();
      jQuery("#content_iframe").width('100%');
      return false;
    });
    setup_entry_comment_submit();
    setup_share_submit();
    apply_frame_comment_hover();
  });
<% end -%>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
muck-raker-0.2.11 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.10 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.9 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.8 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.7 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.6 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.5 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.4 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.3 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.2 app/views/visits/_frame_scripts.html.erb
muck-raker-0.2.0 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.49 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.48 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.47 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.46 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.45 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.43 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.42 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.41 app/views/visits/_frame_scripts.html.erb
muck-raker-0.1.40 app/views/visits/_frame_scripts.html.erb