Skip to content

Commit ae8c7f9

Browse files
authored
Merge pull request #138 from veg/1.1.7
1.1.7
2 parents 8c984ba + d237e62 commit ae8c7f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hivtrace-viz",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Visualization for the popular HIV-TRACE package",
55
"engines": {
66
"node": ">=17 <20"

src/clusternetwork.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7007,9 +7007,9 @@ var hivtrace_cluster_network_graph = function (
70077007
return (
70087008
v[0] +
70097009
(v[1]
7010-
? ' <span title="Number of nodes added since the last network update" class="label label-default">' +
7011-
v[1] +
7012-
" new</span>"
7010+
? ' <span title="Number of nodes added by the system since the last network update" class="label label-default">' +
7011+
v[1] +
7012+
" new</span>"
70137013
: "")
70147014
);
70157015
}

0 commit comments

Comments
 (0)