Skip to content

Commit

Permalink
update renderer refs to main.js from replace2.js (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeArmani authored Dec 18, 2024
1 parent db25b49 commit 45e8479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link id="pagestyle" href="Default.css" rel="stylesheet" type="text/css">
<link id="pagelogic" href="Default.css" rel="stylesheet" type="text/css">
<link href="Quest.css" rel="stylesheet" type="text/css">
<script src="replace2.js" type="module"></script>
<script src="main.js" type="module"></script>
<script src="buildGrid.js" type="module"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/localforage/1.10.0/localforage.min.js"></script>
<title>Quest</title>
Expand Down
2 changes: 1 addition & 1 deletion initSurvey.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function initSurvey(markdown) {

/**
* Fetch and process the resources for the survey. This includes the retrieve function (existing user data) and CSS files.
* See moduleParams for the configuration (replace2.js).
* See moduleParams for the configuration (main.js).
* @returns {Object} - The retrieved data from the retrieve function or null.
*/
async function fetchAndProcessResources() {
Expand Down
2 changes: 1 addition & 1 deletion quest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { transform } from "./replace2.js";
import { transform } from "./main.js";
import { moduleParams, questionQueue } from "./questionnaire.js";
import { getStateManager } from "./stateManager.js";

Expand Down

0 comments on commit 45e8479

Please sign in to comment.