mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
Feature #3264: Fix exception in tr click
This commit is contained in:
parent
190fb74605
commit
fa37aef96b
@ -4906,7 +4906,7 @@ function showbackGraphs(div, opt){
|
||||
"bDeferRender": true
|
||||
});
|
||||
|
||||
showback_dataTable.on("click", "tr", function(){
|
||||
showback_dataTable.on("click", "tbody tr", function(){
|
||||
var cells = showback_dataTable.fnGetData(this);
|
||||
var year = cells[1];
|
||||
var month = cells[2];
|
||||
|
Loading…
Reference in New Issue
Block a user