Browse Source

Fix return value for doClearMessage callback

rfm69
Xose Pérez 6 years ago
parent
commit
af47959b85
3 changed files with 1513 additions and 1511 deletions
  1. BIN
      code/espurna/data/index.rfm69.html.gz
  2. +1512
    -1511
      code/espurna/static/index.rfm69.html.gz.h
  3. +1
    -0
      code/html/custom.js

BIN
code/espurna/data/index.rfm69.html.gz View File


+ 1512
- 1511
code/espurna/static/index.rfm69.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 0
code/html/custom.js View File

@ -589,6 +589,7 @@ function doClearCounts() {
function doClearMessages() {
packets.clear().draw(false);
return false;
}
function doFilter(e) {


Loading…
Cancel
Save