udpate the srs_bwt.
This commit is contained in:
parent
02778dba4c
commit
e11fa383ca
Binary file not shown.
|
|
@ -139,7 +139,7 @@ package
|
||||||
customItems.push(new ContextMenuItem("Server: " + srs_server));
|
customItems.push(new ContextMenuItem("Server: " + srs_server));
|
||||||
}
|
}
|
||||||
if (srs_primary != null) {
|
if (srs_primary != null) {
|
||||||
customItems.push(new ContextMenuItem("PrimaryAuthors: " + srs_primary));
|
customItems.push(new ContextMenuItem("Primary: " + srs_primary));
|
||||||
}
|
}
|
||||||
if (srs_authors != null) {
|
if (srs_authors != null) {
|
||||||
customItems.push(new ContextMenuItem("Authors: " + srs_authors));
|
customItems.push(new ContextMenuItem("Authors: " + srs_authors));
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -282,7 +282,7 @@ package
|
||||||
customItems.push(new ContextMenuItem("Server: " + srs_server));
|
customItems.push(new ContextMenuItem("Server: " + srs_server));
|
||||||
}
|
}
|
||||||
if (srs_primary != null) {
|
if (srs_primary != null) {
|
||||||
customItems.push(new ContextMenuItem("PrimaryAuthors: " + srs_primary));
|
customItems.push(new ContextMenuItem("Primary: " + srs_primary));
|
||||||
}
|
}
|
||||||
if (srs_authors != null) {
|
if (srs_authors != null) {
|
||||||
customItems.push(new ContextMenuItem("Authors: " + srs_authors));
|
customItems.push(new ContextMenuItem("Authors: " + srs_authors));
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -148,7 +148,7 @@ package
|
||||||
customItems.push(new ContextMenuItem("Server: " + srs_server));
|
customItems.push(new ContextMenuItem("Server: " + srs_server));
|
||||||
}
|
}
|
||||||
if (srs_primary != null) {
|
if (srs_primary != null) {
|
||||||
customItems.push(new ContextMenuItem("PrimaryAuthors: " + srs_primary));
|
customItems.push(new ContextMenuItem("Primary: " + srs_primary));
|
||||||
}
|
}
|
||||||
if (srs_authors != null) {
|
if (srs_authors != null) {
|
||||||
customItems.push(new ContextMenuItem("Authors: " + srs_authors));
|
customItems.push(new ContextMenuItem("Authors: " + srs_authors));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user