fix ripples detection

This commit is contained in:
FezVrasta 2014-10-03 13:03:59 +02:00
parent 666ec3b040
commit 8f955cb453
2 changed files with 2 additions and 2 deletions

View File

@ -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");
}

View File

@ -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");
}