Skip to content

Commit b3babbf

Browse files
authored
migration.md: fix Jekyll variable. (twbs#24449)
Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally.
1 parent cdad23d commit b3babbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
130130

131131
- Renamed `.btn-default` to `.btn-secondary`.
132132
- Dropped the `.btn-xs` class entirely as `.btn-sm` is proportionally much smaller than v3's.
133-
- The [stateful button]({{ site.baseurl }}/docs/3.3/javascript/#buttons-stateful) feature of the `button.js` jQuery plugin has been dropped. This includes the `$().button(string)` and `$().button('reset')` methods. We advise using a tiny bit of custom JavaScript instead, which will have the benefit of behaving exactly the way you want it to.
133+
- The [stateful button]({{ site.url }}/docs/3.3/javascript/#buttons-stateful) feature of the `button.js` jQuery plugin has been dropped. This includes the `$().button(string)` and `$().button('reset')` methods. We advise using a tiny bit of custom JavaScript instead, which will have the benefit of behaving exactly the way you want it to.
134134
- Note that the other features of the plugin (button checkboxes, button radios, single-toggle buttons) have been retained in v4.
135135
- Change buttons' `[disabled]` to `:disabled` as IE9+ supports `:disabled`. However `fieldset[disabled]` is still necessary because [native disabled fieldsets are still buggy in IE11](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#Browser_compatibility).
136136

0 commit comments

Comments
 (0)