Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2809 - adding support for a new menu selector
Browse files Browse the repository at this point in the history
  • Loading branch information
vrockai authored and bdaw committed Jan 29, 2013
1 parent c42a0da commit 243dd97
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
if (typeof parent == "string") {
parent = $("#" + parentId);
}
$(parent).find(".UIPopupCategory").closest(".ControlIcon, .EditIcon").off("click").on("click", function(event) {
$(parent).find(".UIPopupCategory").closest(".ContainerControlIcon, .ControlIcon, .EditIcon").off("click").on("click", function(event) {
eXo.webui.UIPopupSelectCategory.show(this, event);
});
return false;
Expand Down

0 comments on commit 243dd97

Please sign in to comment.