This website works better with JavaScript.
Home
Help
Register
Sign In
pd0mz
/
dml
mirror of
http://dmlinking.net/~pe1rxq/dml.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update symbol reporting
master
Jeroen Vreeken
8 months ago
parent
f9a7ff49e6
commit
ad17367723
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
htdocs/index.html
+ 1
- 1
htdocs/index.html
View File
@ -539,7 +539,7 @@ function fprs()
sym = frame.elements[i].symbol_dec();
symurl = aprs_symbol(sym);
if (symurl) {
str += "
<
img
src
=
'" + symurl + "'
>
<
/
img
>
"
str +=
el_str +
"
<
img
src
=
'" + symurl + "'
>
<
/
img
>
"
} else {
str += el_str + " ";
}
Write
Preview
Loading…
Cancel
Save