Template:PeakCountPerSample: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
}, | }, | ||
formatter: function() { | formatter: function() { | ||
// var n_symindex = this.value.indexOf("Symbol:");//10 | |||
var n_descindex = this.value.indexOf("Description:"); //-7 | //var n_descindex = this.value.indexOf("Description:"); //-7 | ||
var sym = this.value.substring(n_symindex +11, n_descindex-7); | //var sym = this.value.substring(n_symindex +11, n_descindex-7); | ||
return sym; | //return sym; | ||
} | } | ||
}, | }, |
Revision as of 14:00, 26 September 2013