Add strings for #1116 to intro page.

This commit is contained in:
James Cole
2018-01-10 07:57:36 +01:00
parent 48c16c3dcc
commit e40d4ef829
4 changed files with 17 additions and 2 deletions

View File

@@ -18,8 +18,7 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
/** global: routeForTour, token, routeStepsUri, routeForFinishedTour, forceDemoOff */
/** global: nextLabel, prevLabel,skipLabel,doneLabel routeForTour, token, routeStepsUri, routeForFinishedTour, forceDemoOff */
$(function () {
"use strict";
if (!forceDemoOff) {
@@ -31,6 +30,10 @@ function setupIntro(steps) {
var intro = introJs();
intro.setOptions({
nextLabel: nextLabel,
prevLabel: prevLabel,
skipLabel: skipLabel,
doneLabel: doneLabel,
steps: steps,
exitOnEsc: true,
exitOnOverlayClick: true,