From 3f247f1d848e9ab2bdd8078fe089bdcb66ac2fbf Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 21 Oct 2013 23:15:33 +0530 Subject: [PATCH] fixed the 'clear' button (that unselects radio buttons) in call_for_sessions/index.html --- 2014/call_for_sessions/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2014/call_for_sessions/index.html b/2014/call_for_sessions/index.html index 3f8efc7b..5f22abcb 100644 --- a/2014/call_for_sessions/index.html +++ b/2014/call_for_sessions/index.html @@ -772,7 +772,7 @@ (clear) + onclick="unselectRadio('custom_137', 'Edit1'); return false;">clear) @@ -1010,7 +1010,7 @@ (clear) + title="unselect" onclick="unselectRadio('gender', 'Edit1'); return false;">clear) @@ -1105,7 +1105,7 @@ (clear) + onclick="unselectRadio('custom_128', 'Edit1'); return false;">clear) -- 2.25.1