Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

The config : showClose not working #91

Open
ramanathanMuthuraman opened this issue Sep 11, 2014 · 0 comments
Open

The config : showClose not working #91

ramanathanMuthuraman opened this issue Sep 11, 2014 · 0 comments

Comments

@ramanathanMuthuraman
Copy link

Eventhough the showClose: false is given, the close button is not hidden.

Solution: File bootstrap-wizard.js, line : 705 app

if (this.args.showClose) {
this.closeButton.show();
}
else {
this.closeButton.hide(); // Hide logic missing
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant