summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/nav/nav.parent.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-16 17:03:07 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-16 17:03:07 +0100
commit92881093ae19e4d76193447c187028aee5cbe4c7 (patch)
tree8e3b4baa4ea790b5e9b30e2fed6ed4f1b871cc5c /animism-align/frontend/app/views/viewer/nav/nav.parent.js
parent77489cf313dd47122b9be80f6d49caf513a9e03c (diff)
getting the viewer-only version of the site working. flask command to run test server
Diffstat (limited to 'animism-align/frontend/app/views/viewer/nav/nav.parent.js')
-rw-r--r--animism-align/frontend/app/views/viewer/nav/nav.parent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/nav/nav.parent.js b/animism-align/frontend/app/views/viewer/nav/nav.parent.js
index d18aac0..cb83f94 100644
--- a/animism-align/frontend/app/views/viewer/nav/nav.parent.js
+++ b/animism-align/frontend/app/views/viewer/nav/nav.parent.js
@@ -61,7 +61,7 @@ class NavParent extends Component {
e && e.preventDefault()
e && e.stopPropagation()
const { viewer } = this.props
- // console.log('>> SEEK')
+ console.log('>> SEEK', viewer.nextSection)
if (viewer.nextSection) {
actions.viewer.seekToSection(viewer.nextSection)
} else {