Skip to content

Commit

Permalink
fix answer reporter url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Dec 11, 2024
1 parent 448bc51 commit f85b9e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo/viewer/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<script main="@empty"
env="production"
config="../package.json!npm"
src="../dist/bundles/app.js?v=1733872483650"
src="../dist/bundles/app.js?v=1733890832481"
cache-key="v"
cache-version="1733872483650"
cache-version="1733890832481"
base-url="../">
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1731350626175" cache-key="v" cache-version="1731350626175" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1733872401300" cache-key="v" cache-version="1733872401300" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1733872401300" cache-key="v" cache-version="1733872401300" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1733928463964" cache-key="v" cache-version="1733928463964" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/mobile/pages/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default Component.extend({
if (Array.isArray(postBody.invalidAnswers)) {
if (postBody.invalidAnswers.length) {
$.ajax({
url: 'https://staging.a2jauthor.org/a2jauthor/bad-answer-alert.php',
url: 'https://www.a2jauthor.org/a2jauthor/bad-answer-alert.php',
type: 'POST',
data: JSON.stringify(postBody),
dataType: 'json'
Expand Down

0 comments on commit f85b9e6

Please sign in to comment.