mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
fix ripples detection
This commit is contained in:
parent
40f91258e3
commit
c6d4694ae5
|
@ -2,7 +2,7 @@
|
|||
|
||||
$(function (){
|
||||
|
||||
if (ripples) {
|
||||
if (typeof ripples == "object") {
|
||||
ripples.init(".btn:not(.btn-link), .navbar a:not(.withoutripple), .nav-tabs a:not(.withoutripple), .withripple");
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$(function (){
|
||||
|
||||
if (ripples) {
|
||||
if (typeof ripples == "object") {
|
||||
ripples.init(".btn:not(.btn-link), .navbar a:not(.withoutripple), .nav-tabs a:not(.withoutripple), .withripple");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user