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