mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
Merge branch 'master' of https://github.com/FezVrasta/bootstrap-material-design
This commit is contained in:
commit
fbbc5f0339
|
@ -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>
|
||||
|
|
|
@ -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