- 15 Sep, 2021 1 commit
-
-
XhmikosR authored
Use `assert.strictEqual`/`assert.true`/`assert.false`
-
- 20 Nov, 2020 1 commit
-
-
James Remeika authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 10 Sep, 2020 1 commit
-
-
XhmikosR authored
-
- 12 May, 2020 1 commit
-
-
XhmikosR authored
-
- 22 May, 2018 1 commit
-
-
Johann-S authored
-
- 20 Mar, 2018 1 commit
-
-
Johann-S authored
-
- 11 Jan, 2018 1 commit
-
-
XhmikosR authored
-
- 07 Nov, 2017 1 commit
-
-
Johann-S authored
-
- 26 Sep, 2017 1 commit
-
-
XhmikosR authored
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
-
- 24 Aug, 2017 1 commit
-
-
Johann-S authored
-
- 22 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 15 Jun, 2017 1 commit
-
- 14 May, 2017 1 commit
-
-
Johann-S authored
-
- 31 Mar, 2017 1 commit
-
-
Johann-S authored
-
- 29 Dec, 2016 1 commit
-
-
Johann-S authored
-
- 08 Dec, 2016 1 commit
-
-
Starsam80 authored
-
- 24 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 01 Nov, 2016 1 commit
-
-
Johann authored
-
- 25 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 02 Oct, 2015 1 commit
-
-
Johann-S authored
-
- 31 Aug, 2015 1 commit
-
-
Gleb Mazovetskiy authored
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
-
- 17 May, 2015 1 commit
-
-
XhmikosR authored
-
- 13 May, 2015 1 commit
-
-
fat authored
-
- 12 May, 2015 1 commit
-
-
fat authored
-
- 06 May, 2015 1 commit
-
-
fat authored
-
- 25 Apr, 2015 1 commit
-
-
Chris Rebert authored
Closes #16219.
-
- 24 Apr, 2015 1 commit
-
-
Chris Rebert authored
-
- 08 Apr, 2015 1 commit
-
-
Johann-S authored
-
- 09 Mar, 2015 1 commit
-
-
Chris Rebert authored
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
-
- 04 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 03 Mar, 2015 1 commit
-
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
- 26 Feb, 2015 1 commit
-
-
Heinrich Fenkart authored
Refs #15893
-
- 24 Feb, 2015 3 commits
-
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
-
- 21 Jan, 2015 1 commit
-
-
Chris Rebert authored
[skip validator]
-
- 05 Jan, 2015 1 commit
-
-
Chris Rebert authored
Closes #15484
-
- 30 Dec, 2014 3 commits
-
-
Chris Rebert authored
This reverts commit 1b323762. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator]
-
Chris Rebert authored
-
Chris Rebert authored
Special thanks to @programcsharp [skip validator]
-