Fix toggle target

This commit is contained in:
theopolisme 2014-04-20 11:08:28 -05:00
parent 2fa1efe109
commit c6b1c34375

View File

@ -906,8 +906,8 @@
.appendTo( $malformedRefWrapper );
} );
// Now change the "View details" link to behave as a normal toggle for #malformedRefs
AFCH.makeToggle( '.malformed-refs-toggle', '#malformedRefs', 'Show details', 'Hide details' );
// Now change the "View details" link to behave as a normal toggle for .malformed-refs
AFCH.makeToggle( '.malformed-refs-toggle', '.malformed-refs', 'Show details', 'Hide details' );
return false;
} );