-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I came across a problem with the pause-resume
buttons. When we click on the pause button, the resume button has its own functionality, but the text of the resume button does not change. In order for the additional localization
option to work, I changed a little bootstrap-turist.js
around line 1646:
-I replaced this part of the code
$this.text(_this._paused ? $this.data('resume-text') : $this.data('pause-text'));
with this
$this.text(_this._paused ? objTemplatesButtonTexts.pauseButton : objTemplatesButtonTexts.resumeButton);
I hope it's worth it to someone.
IGreatlyDislikeJavascript
Metadata
Metadata
Assignees
Labels
No labels