Skip to content

Commit

Permalink
made merge select popup partial genericized
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Oct 26, 2010
1 parent 948613f commit 86ef3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/_merge_select_popup.html.haml
Expand Up @@ -5,7 +5,7 @@
new crm.Popup({
trigger : "merge_#{singular}_#{asset.id}",
target : "jumpbox",
under : "contact_#{asset.id}",
under : "#{singular}_#{asset.id}",
appear : 0.3,
fade : 0.3,
before_show : function() {
Expand Down

0 comments on commit 86ef3fe

Please sign in to comment.