Skip to content

Commit

Permalink
added set interval
Browse files Browse the repository at this point in the history
  • Loading branch information
RButtsCHQ committed May 24, 2021
1 parent f5914dd commit 493e1e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChautauquaBundleFix.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const { replace } = require("core-js/fn/symbol");

let PageName = window.location.pathname.replace('/Online/', '');

switch (PageName) {
Expand Down Expand Up @@ -137,4 +139,5 @@ function replaceOrderQuestions() {

function OrderQuestionsEntryPoint() {
document.addEventListener('DOMContentLoaded', replaceOrderQuestions);
setInterval(replaceOrderQuestions, 1000);
}

0 comments on commit 493e1e7

Please sign in to comment.