Update ripples.js

Fixes the ripples not clearing
This commit is contained in:
sophlee 2014-10-29 20:08:28 -07:00
parent 18b538aed3
commit 9b64d22268

View File

@ -116,7 +116,7 @@ window.ripples = {
// Let ripple fade out (with CSS)
setTimeout(function() {
$ripple.remove();
$('.ripple-on').remove();
}, rippleOutTime);
};