Improve pages to show intro texts.

This commit is contained in:
James Cole
2017-07-22 10:50:30 +02:00
parent f2d388f742
commit 5b69a697e4
13 changed files with 119 additions and 69 deletions

View File

@@ -10,8 +10,9 @@
$(function () {
"use strict";
//alert('show user intro for ' + route_for_tour);
$.getJSON(routeStepsUri).done(setupIntro)
if(!forceDemoOff) {
$.getJSON(routeStepsUri).done(setupIntro)
}
});
function setupIntro(steps) {