MediaWiki:Common.js: Difference between revisions

From Semantic Lab
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
if (document.querySelector("#P200")){
if (document.querySelector("#P200")){
   let p200Container = document.querySelector("#P200");
   var p200Container = document.querySelector("#P200");
}
}

Revision as of 20:47, 3 May 2024

if (document.querySelector("#P200")){
  var p200Container = document.querySelector("#P200");
}