MediaWiki:Common.js: Difference between revisions

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

Revision as of 20:47, 3 May 2024

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