##// END OF EJS Templates
Fixed: context menu not available if the initial issue list is empty....
Jean-Philippe Lang -
r1119:913a806f9011
parent child
Show More
@@ -19,11 +19,3
19 19 </tbody>
20 20 </table>
21 21 <% end -%>
22
23 <% content_for :header_tags do -%>
24 <%= javascript_include_tag 'context_menu' %>
25 <%= stylesheet_link_tag 'context_menu' %>
26 <% end -%>
27
28 <div id="context-menu" style="display: none;"></div>
29 <%= javascript_tag "new ContextMenu('#{url_for(:controller => 'issues', :action => 'context_menu')}')" %>
@@ -57,4 +57,9
57 57 <% content_for :header_tags do %>
58 58 <%= auto_discovery_link_tag(:atom, {:query_id => @query, :format => 'atom', :page => nil, :key => User.current.rss_key}, :title => l(:label_issue_plural)) %>
59 59 <%= auto_discovery_link_tag(:atom, {:action => 'changes', :query_id => @query, :format => 'atom', :page => nil, :key => User.current.rss_key}, :title => l(:label_changes_details)) %>
60 <%= javascript_include_tag 'context_menu' %>
61 <%= stylesheet_link_tag 'context_menu' %>
60 62 <% end %>
63
64 <div id="context-menu" style="display: none;"></div>
65 <%= javascript_tag "new ContextMenu('#{url_for(:controller => 'issues', :action => 'context_menu')}')" %>
General Comments 0
You need to be logged in to leave comments. Login now