From 89345ffbb1741031e177b340fb54c38300b438fb Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Thu, 2 Jul 2020 16:13:19 +0200
Subject: [PATCH] DOC

---
 src/core/js/tour.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/core/js/tour.js b/src/core/js/tour.js
index 5d2c32aa..7b47dd37 100644
--- a/src/core/js/tour.js
+++ b/src/core/js/tour.js
@@ -698,6 +698,8 @@ var tour = new function() {
 
     /**
      * Initialize the tour.
+     *
+     * The `refresh` argument is currently only used interactively on the debugging console.
      */
     this.init = async function _in(refresh) {
         try {
-- 
GitLab