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

wizard undefined #80

Open
fniephaus opened this issue Apr 20, 2014 · 0 comments
Open

wizard undefined #80

fniephaus opened this issue Apr 20, 2014 · 0 comments

Comments

@fniephaus
Copy link

There seems to be a problem with the logging feature.
Even in the official demo, wizard undefined... messages are printed on the console which is probably not what you want, right?

I have changed this.el.id to this.el[0].id in the below, but I don't think this is how it should be fixed.

log: function() {
    if (!window.console || !$.fn.wizard.logging) {
        return;
    }
    var prepend = "wizard " + this.el[0].id + ": ";
    var args = [prepend];
    args.push.apply(args, arguments);
    console.log.apply(console, args);
}
fniephaus added a commit to fniephaus/bootstrap-application-wizard that referenced this issue Apr 20, 2014
Forceu added a commit to Forceu/bootstrap-application-wizard that referenced this issue Dec 14, 2021
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