Dumped Unused Function
Signed-off-by: Jason Costomiris <jcostom@jasons.org>
This commit is contained in:
parent
0354c4fbc8
commit
1e0f71ee08
14
funcs.js
14
funcs.js
@ -421,18 +421,4 @@ function parseQueryString (str)
|
|||||||
|
|
||||||
window.onload = calcOnLoad;
|
window.onload = calcOnLoad;
|
||||||
|
|
||||||
function toggleColumn(cb)
|
|
||||||
{
|
|
||||||
var colName = 'col_'+(cb.id.substr(3));
|
|
||||||
var col = document.getElementById(colName);
|
|
||||||
|
|
||||||
if (cb.checked) {
|
|
||||||
col.style.display = 'block';
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
col.style.display = 'none';
|
|
||||||
}
|
|
||||||
recreateTables(); /* because IE draws lines all over the place with border-collapse */
|
|
||||||
}
|
|
||||||
|
|
||||||
//-->
|
//-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user