جز
بدون خلاصۀ ویرایش
برچسب: خنثیسازی |
جزبدون خلاصۀ ویرایش |
||
| خط ۸۱: | خط ۸۱: | ||
function collapseTable(tableIndex) { | function collapseTable(tableIndex) { | ||
var Table = document.getElementById("collapsibleTable" + tableIndex); | |||
var Button = document.getElementById("collapseButton" + tableIndex); | var Button = document.getElementById("collapseButton" + tableIndex); | ||
if (! | if (!Button || !Table) { | ||
return false; | return false; | ||
} | } | ||