fixing doubleclick
This commit is contained in:
parent
bb5b38fb4f
commit
11e6da5592
3 changed files with 12 additions and 11 deletions
|
@ -340,8 +340,10 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
|||
|
||||
$(template.ago).single_double_click(function () {
|
||||
HostApp.showConversation(status.id, status.entity);
|
||||
return false;
|
||||
}, function () {
|
||||
HostApp.showConversationViewForPostIdandEntity(status.id, status.entity);
|
||||
return false;
|
||||
});
|
||||
|
||||
// {"type":"Point","coordinates":[57.10803113,12.25854746]}
|
||||
|
|
Reference in a new issue