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

(بالتحويل من نقاش ميدياويكي: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;
  }
عُد إلى صفحة "Gadgt-site-tabs.js".