summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-04-01 14:32:42 +1300
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-04-01 14:32:42 +1300
commitfed2c792da33853c2c57ee031255e326af498036 (patch)
tree0e6ef4780037a9f3dcbe2c4bd06417d341d810e5
parent22ae5ff731abfbf784a6c2d6c5b0bc408aba0bb9 (diff)
downloadmanavis-fed2c792da33853c2c57ee031255e326af498036.tar.gz
manavis-fed2c792da33853c2c57ee031255e326af498036.tar.bz2
manavis-fed2c792da33853c2c57ee031255e326af498036.tar.xz
manavis-fed2c792da33853c2c57ee031255e326af498036.zip
Fix map chart clear link
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0514b04..bebc809 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
</div>
</div>
<div id="map-chart" class="chart-root">
- <h3>Experience gain by Map <span class="help" title="Bubble size indicates instances of experience gain for that map. X axis position indicates the sum of level experience gain for that map. Y axis position indicates the sum of job experience gain for that map.">[?]</span> <a class="reset" style="display: none;" href="#">reset</a></h3>
+ <h3>Experience gain by Map <span class="help" title="Bubble size indicates instances of experience gain for that map. X axis position indicates the sum of level experience gain for that map. Y axis position indicates the sum of job experience gain for that map.">[?]</span> <a class="reset" style="display: none;" href="javascript:mv.mapChart.filterAll();dc.redrawAll();">clear</a></h3>
</div>
</div>
</div>