summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/page.rhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/my/page.rhtml b/app/views/my/page.rhtml
index 5c6c906db..89d11ddea 100644
--- a/app/views/my/page.rhtml
+++ b/app/views/my/page.rhtml
@@ -31,3 +31,10 @@
<% end if @blocks['right'] %>
</div>
+<% content_for :header_tags do %>
+ <%= javascript_include_tag 'context_menu' %>
+ <%= stylesheet_link_tag 'context_menu' %>
+<% end %>
+
+<div id="context-menu" style="display: none;"></div>
+<%= javascript_tag 'new ContextMenu({})' %>