home *** CD-ROM | disk | FTP | other *** search
- ketkpin.onFirefoxLoad = function(event) {
- document.getElementById("contentAreaContextMenu")
- .addEventListener("popupshowing", function (e){ ketkpin.showFirefoxContextMenu(e); }, false);
- };
-
- ketkpin.showFirefoxContextMenu = function(event) {
- // show or hide the menuitem based on what the context menu is on
-
- document.getElementById("context-ketkpin").hidden = gContextMenu.onLink;
- document.getElementById("context-ketkpin2").hidden = gContextMenu.onLink;
- document.getElementById("context-ketkpin3").hidden = !gContextMenu.onLink;
- document.getElementById("context-ketkpin4").hidden = !gContextMenu.onLink;
- };
-
- window.addEventListener("load", ketkpin.onFirefoxLoad, false);
-