This commit is contained in:
shockwork 2014-10-03 14:01:02 +02:00
commit fbbc5f0339
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<!-- MEMO: update me with `git checkout gh-pages && git merge master && git push origin gh-pages` -->
<head>
<meta charset="utf-8">
<title>Bootstrap Material</title>

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