انتقل إلى المحتوى

نقاش ميدياويكي:Gadgt-site-tabs.js

محتويات الصفحة غير مدعومة بلغات أخرى.
أضف موضوعًا
من ويكيبيديا، الموسوعة الحرة

JavaScript error[عدل]

Pardon me for writing in English.

I don't know when it started, but there is an issue in this script. For some reason, there is no element with ID 'tabContainer'. That causes an error in the script.

I've provided code to work around the problem, preventing the error until the underlying issue can be investigated. Please add this immediately after var container = document.getElementById("tabContainer");

  if ( container === null ) {
    return;
  }