diff options
| author | Alessandro Chitolina <[email protected]> | 2018-09-25 20:06:09 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254 (patch) | |
| tree | dd19d586681fe3da215a55e363ae3dadcf1e97c7 /js/tests/visual/button.html | |
| parent | e866b1ae432f387180b18b21fed59cd21b62957e (diff) | |
| download | bootstrap-6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254.tar.xz bootstrap-6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254.zip | |
Remove IE support and button bsChecked hack
Diffstat (limited to 'js/tests/visual/button.html')
| -rw-r--r-- | js/tests/visual/button.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html index 428fd156f..44a91a821 100644 --- a/js/tests/visual/button.html +++ b/js/tests/visual/button.html @@ -44,12 +44,11 @@ </div> </div> + <script src="../../dist/util.js"></script> <script src="../../dist/dom/polyfill.js"></script> <script src="../../dist/dom/eventHandler.js"></script> - <script src="../../dist/dom/manipulator.js"></script> <script src="../../dist/dom/selectorEngine.js"></script> <script src="../../dist/dom/data.js"></script> - <script src="../../dist/util.js"></script> <script src="../../dist/button.js"></script> </body> </html> |
