Skip to content

Commit

Permalink
Merge 5e07ef8 into dd5b4aa
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Jun 2, 2015
2 parents dd5b4aa + 5e07ef8 commit 7b2a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/comable/admin/categories/index.slim
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ coffee:
= Comable.t('admin.you_can_right_click')
li
= Comable.t('admin.link_to_add_new_node')
= link_to Comable.t('admin.actions.new'), 'javascript:create_new_node()'
= link_to Comable.t('admin.actions.new'), 'javascript:void(0)', {onclick: 'create_new_node()'}

.col-md-9
#comable-jstree
Expand Down

0 comments on commit 7b2a49f

Please sign in to comment.