mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Merge 764c35dab2
into f786000407
This commit is contained in:
commit
601b72d97b
|
@ -78,7 +78,8 @@ var ripples = {
|
||||||
|
|
||||||
// Let ripple fade out (with CSS)
|
// Let ripple fade out (with CSS)
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$ripple.remove();
|
|
||||||
|
$('.ripple').remove();
|
||||||
}, rippleOutTime);
|
}, rippleOutTime);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user