First Guided Tour
Change-Id: Ia0d71307ba6a88c6037598cb7e500372780136b6
diff --git a/dev/demo/alldemo.js b/dev/demo/alldemo.js
index 02a6190..c282103 100644
--- a/dev/demo/alldemo.js
+++ b/dev/demo/alldemo.js
@@ -771,8 +771,8 @@
"ref" : "This is my name"
};
*/
-
require(['app/en', 'init', 'hint/foundries/cnx'], function (lang) {
+//require([app/en', 'init', 'hint/foundries/cnx'], function (lang) {
KorAP.hintArray = hintArray;
// Set current virtual collection
@@ -805,6 +805,13 @@
};
+ tourshow = function(){
+ var tourClass = require('tour/tours');
+ let tour = tourClass.guidedTour();
+ tour.start();
+ };
+
+
/**
* Do some things at the beginning.
*/