Replace various instances of Riot with Element
This commit is contained in:
parent
d05c022d4f
commit
f1e89bf833
10 changed files with 11 additions and 11 deletions
|
@ -38,7 +38,7 @@ export function initRageshake() {
|
|||
"Meatball menu → Settings → Blackboxing → Add /rageshake\\.js$");
|
||||
|
||||
window.addEventListener('beforeunload', (e) => {
|
||||
console.log('riot-web closing');
|
||||
console.log('element-web closing');
|
||||
// try to flush the logs to indexeddb
|
||||
rageshake.flush();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue