mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add package-lock to .gitignore
This commit is contained in:
parent
ccf52d3bff
commit
10ed13acc0
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,3 +19,6 @@ electron/pub
|
|||||||
/config.json.*
|
/config.json.*
|
||||||
/config.local*.json
|
/config.local*.json
|
||||||
/src/component-index.js
|
/src/component-index.js
|
||||||
|
|
||||||
|
# https://github.com/vector-im/riot-web/issues/7083
|
||||||
|
package-lock.json
|
||||||
|
@ -25,13 +25,13 @@ require('gfm.css/gfm.css');
|
|||||||
require('highlight.js/styles/github.css');
|
require('highlight.js/styles/github.css');
|
||||||
require('draft-js/dist/Draft.css');
|
require('draft-js/dist/Draft.css');
|
||||||
|
|
||||||
const rageshake = require("matrix-react-sdk/lib/rageshake/rageshake");
|
/*const rageshake = require("matrix-react-sdk/lib/rageshake/rageshake");
|
||||||
rageshake.init().then(() => {
|
rageshake.init().then(() => {
|
||||||
console.log("Initialised rageshake: See https://bugs.chromium.org/p/chromium/issues/detail?id=583193 to fix line numbers on Chrome.");
|
console.log("Initialised rageshake: See https://bugs.chromium.org/p/chromium/issues/detail?id=583193 to fix line numbers on Chrome.");
|
||||||
rageshake.cleanup();
|
rageshake.cleanup();
|
||||||
}, (err) => {
|
}, (err) => {
|
||||||
console.error("Failed to initialise rageshake: " + err);
|
console.error("Failed to initialise rageshake: " + err);
|
||||||
});
|
});*/
|
||||||
|
|
||||||
window.addEventListener('beforeunload', (e) => {
|
window.addEventListener('beforeunload', (e) => {
|
||||||
console.log('riot-web closing');
|
console.log('riot-web closing');
|
||||||
|
Loading…
Reference in New Issue
Block a user