diff --git a/static/index.html b/static/index.html index 43e361ea5314f82f834416a2df635490965a0581..34797a71303d0964b5555c676a2ba4349250f9d7 100644 --- a/static/index.html +++ b/static/index.html @@ -55,6 +55,8 @@ name: "root." + link.source, value: 1 } + } else { + dMap[link.source].value++ } } @@ -158,6 +160,7 @@ return [ '
' + formatUtil.encodeHTML(treePath.join('.')) + '
', + 'Call ' + formatUtil.addCommas(value) + ' ', ].join(''); } },