Fix for 0.106 - bump card-tools. And a browser player editor.
This commit is contained in:
@@ -107,6 +107,11 @@ class BrowserMod {
|
||||
visibility: hidden;
|
||||
`;
|
||||
document.body.appendChild(this._blackout);
|
||||
|
||||
const pjson = require('../package.json');
|
||||
console.info(`%cBROWSER_MOD ${pjson.version} IS INSTALLED
|
||||
%cDeviceID: ${deviceID}`,
|
||||
"color: green; font-weight: bold", "");
|
||||
}
|
||||
|
||||
connect(conn) {
|
||||
|
||||
Reference in New Issue
Block a user