mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
[LBA] Temporary comment out pota option so that operator shows
This commit is contained in:
parent
27f7086a65
commit
7f9b1e7193
@ -81,9 +81,9 @@ function updateRow(qso) {
|
|||||||
if (user_options.iota.show == "true"){
|
if (user_options.iota.show == "true"){
|
||||||
cells.eq(c++).html(qso.iota);
|
cells.eq(c++).html(qso.iota);
|
||||||
}
|
}
|
||||||
if (user_options.pota.show == "true"){
|
// if (user_options.pota.show == "true"){
|
||||||
cells.eq(c++).html(qso.pota);
|
// cells.eq(c++).html(qso.pota);
|
||||||
}
|
// }
|
||||||
if ( (user_options.operator) && (user_options.operator.show == "true")){
|
if ( (user_options.operator) && (user_options.operator.show == "true")){
|
||||||
cells.eq(c++).html(qso.operator);
|
cells.eq(c++).html(qso.operator);
|
||||||
}
|
}
|
||||||
@ -180,9 +180,9 @@ function loadQSOTable(rows) {
|
|||||||
if (user_options.iota.show == "true"){
|
if (user_options.iota.show == "true"){
|
||||||
data.push(qso.iota);
|
data.push(qso.iota);
|
||||||
}
|
}
|
||||||
if (user_options.pota.show == "true"){
|
// if (user_options.pota.show == "true"){
|
||||||
data.push(qso.pota);
|
// data.push(qso.pota);
|
||||||
}
|
// }
|
||||||
if (user_options.operator.show == "true"){
|
if (user_options.operator.show == "true"){
|
||||||
data.push(qso.operator);
|
data.push(qso.operator);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user