aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-07 12:48:22 -0700
committerfat <[email protected]>2015-05-07 12:57:31 -0700
commit0724bd91ff81b5eca0addce0c336c72b3ec10be5 (patch)
treee379980598b1662ff14ff5543c825887148bc0c4 /js/tests/visual
parentd1fbe200f46002431cdeebf965c4b789ef7ed267 (diff)
downloadbootstrap-0724bd91ff81b5eca0addce0c336c72b3ec10be5.tar.xz
bootstrap-0724bd91ff81b5eca0addce0c336c72b3ec10be5.zip
es6 alert :|
Diffstat (limited to 'js/tests/visual')
-rw-r--r--js/tests/visual/alert.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html
index 0070315a2..9e6a939e9 100644
--- a/js/tests/visual/alert.html
+++ b/js/tests/visual/alert.html
@@ -41,8 +41,8 @@
<!-- JavaScript Includes -->
<script src="../vendor/jquery.min.js"></script>
-<script src="../../transition.js"></script>
-<script src="../../alert.js"></script>
+<script src="../../dist/util.js"></script>
+<script src="../../dist/alert.js"></script>
</body>
</html>