Skip to content

Commit

Permalink
Context menu in the composition tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
protz committed May 30, 2012
1 parent 0540c5d commit 3277b3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/stub.xhtml
Expand Up @@ -644,8 +644,10 @@
contactCollection.becomeExplicit();

// Misc
if (!top.opener)
if (!top.opener) {
window.frameElement.setAttribute("tooltip", "aHTMLTooltip");
window.frameElement.setAttribute("context", "mailContext");
}
}

// I'll never understand why JS doesn't have lexical scoping...
Expand Down

0 comments on commit 3277b3c

Please sign in to comment.