Merge pull request #16965 from vector-im/gsouquet-ignorelist-rename

Rename blackboxing to new option ignore list
pull/16969/head
Germain 2021-04-15 14:08:39 +01:00 committed by GitHub
commit 1b349023ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export function initRageshake() {
prom.then(() => {
console.log("Initialised rageshake.");
console.log("To fix line numbers in Chrome: " +
"Meatball menu → Settings → Blackboxing → Add /rageshake\\.js$");
"Meatball menu → Settings → Ignore list → Add /rageshake\\.js$");
window.addEventListener('beforeunload', (e) => {
console.log('element-web closing');