From 1bb1ec414f11321aaece03e2fa76d0628c654a06 Mon Sep 17 00:00:00 2001 From: Marco Pagani Date: Wed, 4 Nov 2020 22:08:00 -0500 Subject: [PATCH] #506 added hover text to graph button (duh) --- src/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/account.js b/src/js/account.js index 79751939c..c99079a6b 100644 --- a/src/js/account.js +++ b/src/js/account.js @@ -1824,7 +1824,7 @@ function loadMoreLines() { } else if (result.chartData === "toolong") { icons += ``; } else { - icons += ``; + icons += ``; } let tagNames = "";