Skip to content

Commit

Permalink
remove initial call to this._updateHistory(this.firstStep), this to p…
Browse files Browse the repository at this point in the history
…revent firefox from hiding the favicon (due to some issue with pushState).
  • Loading branch information
Jan Sundman committed Jan 13, 2011
1 parent 61e9422 commit df8265d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
@@ -1,8 +1,8 @@


- use eq(0) instead of first() for backwards compatibility with jQuery < 1.4
- use eq(0) instead of first() for working towards backwards compatibility with jQuery < 1.4
- rename the javascript file from jquery.form.wizard-3.0.4.js to jquery.form.wizard.js for easier maintenance around releases. Updated examples to refer to the new filename.

- remove initial call to this._updateHistory(this.firstStep), this to prevent firefox from hiding the favicon (due to some issue with pushState).
October 22.

Version 3.0.4 released. Changes:
Expand Down
3 changes: 1 addition & 2 deletions js/jquery.form.wizard.js
@@ -1,5 +1,5 @@
/*
* jQuery wizard plug-in 3.0.5 alpha (29-OCT-2010)
* jQuery wizard plug-in 3.0.5 alpha (13-JAN-2011)
*
*
* Copyright (c) 2010 Jan Sundman (jan.sundman[at]aland.net)
Expand Down Expand Up @@ -118,7 +118,6 @@
wizard._show(hashStep);
}
});
this._updateHistory(this.firstStep);
}

this.element.addClass("ui-formwizard");
Expand Down

0 comments on commit df8265d

Please sign in to comment.