mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
Merge pull request #71 from pmarti/master
Do not add the ripple effect to all a elements
This commit is contained in:
commit
10b1bc8cd9
|
@ -3,7 +3,7 @@
|
||||||
$(function (){
|
$(function (){
|
||||||
|
|
||||||
if (ripples) {
|
if (ripples) {
|
||||||
ripples.init(".btn:not(.btn-link), .navbar a, .nav-tabs a, .withripple");
|
ripples.init(".btn:not(.btn-link), .navbar a:not(.withoutripple), .nav-tabs a:not(.withoutripple), .withripple");
|
||||||
}
|
}
|
||||||
|
|
||||||
var initInputs = function() {
|
var initInputs = function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user