Remove hard-coded div on issue page

This commit is contained in:
Andrew Smith 2012-03-19 00:57:54 +00:00 committed by Felix Schäfer
parent a510f0a85f
commit 23a857bf75
1 changed files with 0 additions and 1 deletions

View File

@ -142,5 +142,4 @@
<%= stylesheet_link_tag 'context_menu' %>
<%= stylesheet_link_tag 'context_menu_rtl' if l(:direction) == 'rtl' %>
<% end %>
<div id="context-menu" style="display: none;"></div>
<%= javascript_tag "jQuery(document).ContextMenu('#{issues_context_menu_path}')" %>