mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:52:27 +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;
|
||||
output.appendChild(data.message);
|
||||
|
||||
this._("push", data);
|
||||
this.messages.push(data);
|
||||
}
|
||||
else {
|
||||
let style = isString(data) ? "pre" : "nowrap";
|
||||
|
||||
Reference in New Issue
Block a user