mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
pull the keypath for clicked value in stats javascript
This commit is contained in:
parent
a39ee91233
commit
781f45e488
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ $(document).ready(function(){
|
|||
|
||||
// handle clicks on numerical values - this lets the user show a line graph in a modal
|
||||
$('#stats-container').on('click', '.jh-type-number', function(){
|
||||
var key = $(this).closest('tr').children('.jh-key').html();
|
||||
var keypath = $(this).data('keypath');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue