mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-12-01 22:13:46 +03:00
Update ripples.js
Fixes the ripples not clearing
This commit is contained in:
parent
18b538aed3
commit
9b64d22268
|
@ -116,7 +116,7 @@ window.ripples = {
|
||||||
|
|
||||||
// Let ripple fade out (with CSS)
|
// Let ripple fade out (with CSS)
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$ripple.remove();
|
$('.ripple-on').remove();
|
||||||
}, rippleOutTime);
|
}, rippleOutTime);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user