mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Revert "Remove package-lock.json for now"
This commit is contained in:
parent
86a6f1e932
commit
dcde74bc09
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,6 +19,3 @@ 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
|
|
||||||
|
9623
package-lock.json
generated
Normal file
9623
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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