From 302ef968bc117e3566d559fbb1f3542289e002b1 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 26 Oct 2011 17:50:17 -0700 Subject: [PATCH] move it to the right --- public/javascripts/view.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/javascripts/view.js b/public/javascripts/view.js index 6b0e235e9..e2e09f0e5 100644 --- a/public/javascripts/view.js +++ b/public/javascripts/view.js @@ -132,7 +132,8 @@ var View = { contacts_on_side: { bind: function() { $("#selected_aspect_contacts .avatar").twipsy({ - live: true + live: true, + placement: 'right' }); } },