This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix return value for doClearMessage callback
rfm69
Xose Pérez
6 years ago
parent
7b0d062190
commit
af47959b85
3 changed files
with
1513 additions
and
1511 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
code/espurna/data/index.rfm69.html.gz
+1512
-1511
code/espurna/static/index.rfm69.html.gz.h
+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
)
{
Write
Preview
Loading…
Cancel
Save