]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes Issue #5116 5125/head
authorzafe <zafeco@icloud.com>
Wed, 7 May 2014 20:12:04 +0000 (22:12 +0200)
committerzafe <zafeco@icloud.com>
Wed, 7 May 2014 20:12:04 +0000 (22:12 +0200)
js/foundation/foundation.abide.js

index dab252047ddaf37a7ef0f53d059a0884fda696fd..1a145ff5baf9c2091813ad46c7428647ff1057f7 100644 (file)
 
     valid_radio : function (el, required) {
       var name = el.getAttribute('name'),
-          group = this.S(el).closest('[data-' + this.attr_name(true) + ']').find("[name="+name+"]"),
+          group = this.S(el).closest('[data-' + this.attr_name(true) + ']').find("[name='"+name+"']"),
           count = group.length,
           valid = false;