Skip to content

Commit

Permalink
Deprecate the subdiv: div code now is in data JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom-box committed Sep 5, 2021
1 parent d296363 commit 2ab915c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion helpers/quilt/maxEnd3Div.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// deprecated
// deprecated
// deprecated
// deprecated
todo should stop here
document.addEventListener('DOMContentLoaded', (event) => {

console.log('This should load pretty much last: maxEnd3Div.mjs')
let anchor = document.getElementById('maxEnd3');
let webform = `
<h3>Notice the distribution of results as you repeatedly roll a dice with sides of</h3>
Expand All @@ -12,3 +17,5 @@ document.addEventListener('DOMContentLoaded', (event) => {
`;
anchor.innerHTML = webform;
});

// THIS AWAITS FULL LOAD; THE OTHER JS DOES NOT NEED TO

0 comments on commit 2ab915c

Please sign in to comment.