diff --git a/js/tests/index.html b/js/tests/index.html
index 568f786c78..120ed933c1 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -1,78 +1,78 @@
-
+
-
-
- Bootstrap Plugin Test Suite
+
+
+ Bootstrap Plugin Test Suite
-
-
+
+
-
-
-
-
+
- // Delaying results a bit because in real-world scenario you won't get them immediately
- setTimeout(function () {
- window.global_test_results = test_results
- }, 2000)
- }
+
+
+
+
+
+
+
+
+
+
+
+
+
- QUnit.testStart(function (testDetails) {
- QUnit.log = function (details) {
- if (!details.result) {
- details.name = testDetails.name
- log.push(details)
- }
- }
- })
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+