move it to the right
This commit is contained in:
parent
94ebc8b37a
commit
302ef968bc
1 changed files with 2 additions and 1 deletions
|
|
@ -132,7 +132,8 @@ var View = {
|
||||||
contacts_on_side: {
|
contacts_on_side: {
|
||||||
bind: function() {
|
bind: function() {
|
||||||
$("#selected_aspect_contacts .avatar").twipsy({
|
$("#selected_aspect_contacts .avatar").twipsy({
|
||||||
live: true
|
live: true,
|
||||||
|
placement: 'right'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue