edavis10 (owner)

Revisions

gist: 205174 Download_button fork
public
Public Clone URL: git://gist.github.com/205174.git
Embed All Files: show embed
init.rb #
1
2
3
4
5
# Redmine menu that calls a JavaScript function
Redmine::MenuManager.map :project_menu do |menu|
  menu.push :javascript, { :controller => 'projects', :action => 'show' }, {:html => {:onclick => 'alert("hi"); return false;', :id => 'f'}}
end