diff --git a/GHANGELOG.md b/GHANGELOG.md index f0d1340..8a0a3fe 100644 --- a/GHANGELOG.md +++ b/GHANGELOG.md @@ -7,6 +7,8 @@ - Improved code for better minification - Configurable clearfix css class - Vertical step navigation (default: horizontal) +- Removed `event.preventDefault();` to allow hashtags appearing in the url (support for jquery-hashchange) [#5](https://github.com/rstaib/jquery-steps/issues/5) +- Removed `"use strict";` because of an ASP.Net tracing issue related to FF (see jQuery ticket: #13335) ## 0.9.7 diff --git a/demo/add-remove.html b/demo/add-remove.html index 824ac4c..8e09e40 100644 --- a/demo/add-remove.html +++ b/demo/add-remove.html @@ -26,6 +26,7 @@

Wizard Demo