We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb73695 commit 5c439c1Copy full SHA for 5c439c1
1 file changed
WebUI/src/main.js
@@ -16,7 +16,7 @@ global.StoreCommit = (type, payload) => {
16
17
global.debug = window.location.href.indexOf('webui') === -1;
18
19
-if (debug) {
+if (global.debug) {
20
console.log('Running UI on debug mode');
21
setTimeout(() => {
22
StoreCommit('AddMessage', { author: 'FoolHen', content: 'Talking in global chat', target: 'all' });
0 commit comments