mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-07 07:10:37 +03:00
fix ripples detection
This commit is contained in:
parent
666ec3b040
commit
8f955cb453
|
@ -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