Commit 965cb285 authored by Sven Franck's avatar Sven Franck

plugins/validVal: bad fix for radio buttons not being submitted

parent 22563613
......@@ -106,7 +106,7 @@
if ( vf.valid )
{
var v = $f.val();
if ( $f.is( '[type="radio"]' ) || $f.is( '[type="checkbox"]' ) )
if ( /*$f.is( '[type="radio"]' ) || */$f.is( '[type="checkbox"]' ) )
{
if ( !$f.is( ':checked' ) )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment