This commit is contained in:
sophlee 2014-10-30 03:09:47 +00:00
commit 146fc91f01

View File

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