We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c78d8a commit 42494e2Copy full SHA for 42494e2
1 file changed
scripts/ripples.js
@@ -1,3 +1,4 @@
1
+/* Copyright 2014+, Federico Zivolo, LICENSE at https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md */
2
/* globals CustomEvent */
3
var ripples = {
4
init : function(withRipple) {
@@ -72,6 +73,7 @@ var ripples = {
72
73
74
// Let ripple fade out (with CSS)
75
setTimeout(function() {
76
+ $ripple.parentNode.parentNode.click();
77
$ripple.remove();
78
}, rippleOutTime);
79
};
0 commit comments