Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Chitolina <alekitto@gmail.com>2018-09-25 21:06:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254 (patch)
treedd19d586681fe3da215a55e363ae3dadcf1e97c7 /js/tests/visual/button.html
parente866b1ae432f387180b18b21fed59cd21b62957e (diff)
Remove IE support and button bsChecked hack
Diffstat (limited to 'js/tests/visual/button.html')
-rw-r--r--js/tests/visual/button.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html
index 428fd156f2..44a91a821a 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>