charts: port toggleChart back in (functional, but it's not getting the
right width)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
| {{user.stats.exp | number:0}} / {{tnl(user.stats.lvl)}}
|
||||
// FIXME doesn't look great here, but the "Experience" CSS title rollover covers it where it was before
|
||||
span(ng-show='user.history.exp')
|
||||
a(x-bind='click:toggleChart', ng-click='notPorted()', data-id='exp', tooltip='Progress')
|
||||
a(ng-click='toggleChart("exp")', tooltip='Progress')
|
||||
i.icon-signal
|
||||
// party
|
||||
span(ng-controller='PartyCtrl')
|
||||
|
||||
Reference in New Issue
Block a user