mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 00:43:32 +01:00
Fix bad regexp replacement in mow.js.
This commit is contained in:
@@ -127,7 +127,7 @@ var MOW = Module("mow", {
|
|||||||
data.document = this.document;
|
data.document = this.document;
|
||||||
output.appendChild(data.message);
|
output.appendChild(data.message);
|
||||||
|
|
||||||
this._("push", data);
|
this.messages.push(data);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
let style = isString(data) ? "pre" : "nowrap";
|
let style = isString(data) ? "pre" : "nowrap";
|
||||||
|
|||||||
Reference in New Issue
Block a user