Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36623539
enigmailHelp.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
861 B
Subscribers
None
enigmailHelp.js
View Options
/*
* 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/.
*/
// Uses: chrome://enigmail/content/enigmailCommon.js
// Initialize enigmailCommon
EnigInitCommon
(
"enigmailHelp"
);
function
enigHelpLoad
()
{
EnigmailLog
.
DEBUG
(
"enigmailHelp.js: enigHelpLoad\n"
);
var
contentFrame
=
EnigGetFrame
(
window
,
"contentFrame"
);
if
(
!
contentFrame
)
return
;
var
winOptions
=
EnigGetWindowOptions
();
var
helpFile
=
winOptions
.
src
;
contentFrame
.
document
.
location
.
href
=
"chrome://enigmail/locale/help/"
+
helpFile
+
".html"
;
}
function
contentAreaClick
(
event
)
{
let
uri
=
EnigGetHttpUri
(
event
);
if
(
uri
)
{
EnigOpenUrlExternally
(
uri
);
event
.
preventDefault
();
return
false
;
}
return
true
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 26, 6:54 PM (13 h, 44 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b5/ff/c3e181b09708d84d3b6026a2c202
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment