Skip to content

Issue with pause-resume buttons #60

@igor-stojcic

Description

@igor-stojcic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions