Merge pull request #71 from pmarti/master

Do not add the ripple effect to all a elements
This commit is contained in:
Fez Vrasta 2014-10-03 11:40:52 +02:00
commit 10b1bc8cd9

View File

@ -3,7 +3,7 @@
$(function (){
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() {