]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Merge two jQuery `is()` calls in the button component by using the OR operator in...
authorJonathan Persson <persson.jonathan@gmail.com>
Fri, 31 Jul 2015 11:30:19 +0000 (14:30 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 29 May 2016 09:18:29 +0000 (12:18 +0300)
commitfc26740876eb8d833391bf747bd6677a10405e0d
treed5d64687df5f5855cb890ef8005fb4e87e18bd52
parent21d9175fefdb023a27f5c2f0db7cb8917d06de64
Merge two jQuery `is()` calls in the button component by using the OR operator in the selector instead of two function calls with the OR operator between them.

Closes #16918.
js/button.js