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