mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 16:35:45 +01:00
Fix more function formatting faux pas as per the style guide.
This commit is contained in:
@@ -225,8 +225,7 @@ const config = { //{{{
|
||||
};
|
||||
|
||||
// XXX: Hack!
|
||||
window.document.addEventListener("load", function ()
|
||||
{
|
||||
window.document.addEventListener("load", function () {
|
||||
if (window.messageWasEditedExternally === undefined)
|
||||
{
|
||||
window.messageWasEditedExternally = false;
|
||||
@@ -234,8 +233,7 @@ const config = { //{{{
|
||||
}
|
||||
}, true);
|
||||
|
||||
window.addEventListener("compose-window-close", function ()
|
||||
{
|
||||
window.addEventListener("compose-window-close", function () {
|
||||
window.messageWasEditedExternally = false;
|
||||
}, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user