Difference between revisions of "Foreground.js"

From Sega Retro

(Testing mode hooray)
(Blanked the page)
Tag: Blanking
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
document.addEventListener("DOMContentLoaded", function () {
+
 
  let fileHistory = document.querySelector(".filehistory");
 
  if (fileHistory !== undefined) {
 
    fileHistory.classList.add("tablesaw", "tablesaw-stack");
 
    fileHistory.setAttribute("data-tablesaw-mode", "stack");
 
  }
 
});
 

Latest revision as of 14:13, 6 September 2020