This commit is contained in:
Joel Cox 2014-09-29 19:56:44 +00:00
commit 601b72d97b

View File

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