Closed bostjanl closed 11 years ago
There is a typo in gc-grid-view.js: ...
function getWeight( entry ) { if ( entry.hasOwnProperty("weight") ) { return GC.Util.format(entry.lengthAndStature, {
This should be:
function getWeight( entry ) { if ( entry.hasOwnProperty("weight") ) { return GC.Util.format(entry.weight, {
Thank you for the report
There is a typo in gc-grid-view.js: ...
This should be: