mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +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)
|
||||
setTimeout(function() {
|
||||
$ripple.remove();
|
||||
$('.ripple-on').remove();
|
||||
}, rippleOutTime);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user