Page MenuHome GnuPG

enigmailMsgPrintOverlay.js
No OneTemporary

enigmailMsgPrintOverlay.js

/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
"use strict";
/*global Components: false */
Components.utils.import("resource://enigmail/log.jsm"); /* global EnigmailLog: false */
window.addEventListener("load", function _enigmail_msgPrintLoad() {
EnigmailLog.DEBUG("enigmailMsgPrintOverlay.js: enigMsgPrintLoad\n");
// functionality to be added ...
},
false);
window.addEventListener("unload", function _enigmail_msgPrintUnload() {
EnigmailLog.DEBUG("enigmailMsgPrintOverlay.js: enigMsgPrintUnload\n");
// functionality to be added ...
},
false);

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 2, 8:41 AM (5 h, 8 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d5/a4/3e9734e8b0461113f4ffea7e5401

Event Timeline