1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

Remove IE support and button bsChecked hack

This commit is contained in:
Alessandro Chitolina
2018-09-25 20:06:09 +02:00
committed by XhmikosR
parent e866b1ae43
commit 6cfc78f2d9
8 changed files with 8 additions and 133 deletions

View File

@@ -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>