diff options
| author | XhmikosR <[email protected]> | 2021-08-01 11:30:46 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-01 11:30:46 +0300 |
| commit | da9ede25c81a56d91063ca6c19373b9ed0844bf6 (patch) | |
| tree | ff969aa9fd4037b4ceb059d2a5ac7a2111f79acb /js/src | |
| parent | 8b469347690a880c2dc35bade788e401fe9d9183 (diff) | |
| download | bootstrap-gs-toasts-with-animated-progress-bar.tar.xz bootstrap-gs-toasts-with-animated-progress-bar.zip | |
Update toast.jsgs-toasts-with-animated-progress-bar
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/toast.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/toast.js b/js/src/toast.js index 00bd3e013..c7c6c40c2 100644 --- a/js/src/toast.js +++ b/js/src/toast.js @@ -241,7 +241,6 @@ class Toast extends BaseComponent { if (time) { progressBarElement.classList.add('animated') progressBarElement.style.animationDuration = `${time}ms` - // reflow(progressBarElement) return } |
