Skip to content

Commit

Permalink
change main id to viewer-app-container
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemitchel committed Feb 24, 2021
1 parent cd966a1 commit fb0871e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -27,7 +27,7 @@
</head>

<body>
<div id="viewer-app"></div>
<div id="viewer-app-container"></div>

<script> window.less = { async: true, useFileCache: true };</script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion start-app.js
Expand Up @@ -57,7 +57,7 @@ export default function ({ interview, pState, mState, appState }) {
const authorId = interview.authorId || 0
analytics.initialize(authorId)

$('#viewer-app').append(template({
$('#viewer-app-container').append(template({
appState, pState, mState, interview, logic, lang, isMobile
}))
}

0 comments on commit fb0871e

Please sign in to comment.