Update config.js
This commit is contained in:
parent
394df4804e
commit
45060d5b0c
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# 1 = show link to QRZ.com, 0 = off
|
||||
// 1 = show link to QRZ.com, 0 = off
|
||||
var qrz = 1;
|
||||
|
||||
# 1 = enable debug in javascript-console, 0 = 0ff
|
||||
var debug = 0;
|
||||
// 1 = enable debug in javascript-console, 0 = 0ff
|
||||
var debug = 1;
|
||||
|
||||
# Set messagecounters for different badge-colors
|
||||
// Set messagecounters for different badge-colors
|
||||
var warnlevel = 200;
|
||||
var emergencylevel = 500;
|
Loading…
Reference in a new issue