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
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-14 16:59:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-20 22:31:28 +0300
commit2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55 (patch)
treedc11853557ebf9f3a2ff3c9d57fe67f463a878a9 /js
parent369f03fbc5081abfc1f8b519726674a8311459d7 (diff)
Remove holder.js.
Diffstat (limited to 'js')
-rw-r--r--js/tests/visual/toast.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html
index 1178073f55..22a85447c1 100644
--- a/js/tests/visual/toast.html
+++ b/js/tests/visual/toast.html
@@ -28,7 +28,7 @@
<div class="notifications">
<div id="toastAutoHide" class="toast" role="alert" aria-live="assertive" aria-atomic="true" data-delay="2000">
<div class="toast-header">
- <img class="rounded mr-2" data-src="holder.js/20x20?size=1&text=.&bg=#007aff" alt="">
+ <span class="d-block bg-primary rounded mr-2" style="width: 20px; height: 20px;"></span>
<strong class="mr-auto">Bootstrap</strong>
<small>11 mins ago</small>
</div>
@@ -39,7 +39,7 @@
<div class="toast" data-autohide="false" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
- <img class="rounded mr-2" data-src="holder.js/20x20?size=1&text=.&bg=#007aff" alt="">
+ <span class="d-block bg-primary rounded mr-2" style="width: 20px; height: 20px;"></span>
<strong class="mr-auto">Bootstrap</strong>
<small class="text-muted">2 seconds ago</small>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">