mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-22 14:09:48 +03:00
Merge f698354525
into 68d3fd3be5
This commit is contained in:
commit
4f353d6185
|
@ -70,6 +70,11 @@ var ripples = {
|
||||||
|
|
||||||
}, rippleStartTime);
|
}, rippleStartTime);
|
||||||
|
|
||||||
|
if (target.tagName == 'A' || target.parentNode.tagName == 'A') {
|
||||||
|
if (e.buttons == 1) {
|
||||||
|
target.click();
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
var rippleOut = function($ripple) {
|
var rippleOut = function($ripple) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user