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:
authorfat <fat@folders.local>2015-05-07 22:48:22 +0300
committerfat <fat@folders.local>2015-05-07 22:57:31 +0300
commit0724bd91ff81b5eca0addce0c336c72b3ec10be5 (patch)
treee379980598b1662ff14ff5543c825887148bc0c4 /js/tests/visual/alert.html
parentd1fbe200f46002431cdeebf965c4b789ef7ed267 (diff)
es6 alert :|
Diffstat (limited to 'js/tests/visual/alert.html')
-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 0070315a24..9e6a939e96 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>