Skip to content

Commit

Permalink
Merge pull request #39 from okv/set_time_logger_menu_url
Browse files Browse the repository at this point in the history
set non-falsy time logger menu url
  • Loading branch information
speedy32129 authored Jun 22, 2016
2 parents b38cf43 + 0975399 commit bb5ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
permission :view_others_time_loggers, :time_loggers => :index
permission :delete_others_time_loggers, :time_loggers => :delete

menu :account_menu, :time_logger_menu, '',
menu :account_menu, :time_logger_menu, 'javascript:void(0)',
{
:caption => '',
:html => { :id => 'time-logger-menu' },
Expand Down

0 comments on commit bb5ce66

Please sign in to comment.