Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
WS selector: visually show that element was selected
Browse files Browse the repository at this point in the history
(cherry picked from commit 2419ffa)
  • Loading branch information
cdujeu committed Mar 17, 2014
1 parent 7c39576 commit a334697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/plugins/access.ajxp_user/class.UserDashboardHome.js
Expand Up @@ -78,8 +78,10 @@ Class.create("UserDashboardHome", AjxpPane, {
};
repoEl.observe("click", select);
attachMobilTouchForClick(repoEl, select);
disableTextSelection(repoEl);
repoEl.observe("dblclick", function(e){
select(e);
Event.findElement(e, "li").setOpacity(0.7);
switchToRepo(repoId);
});
});
Expand Down

0 comments on commit a334697

Please sign in to comment.