diff options
Diffstat (limited to 'python/Dawn/static')
| -rw-r--r-- | python/Dawn/static/dawn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js index 886f304b..a45411f4 100644 --- a/python/Dawn/static/dawn.js +++ b/python/Dawn/static/dawn.js @@ -164,7 +164,7 @@ $(function() { if( $(this).prop('checked') ) { $('#termination_amount').parent().parent().css('display', 'block'); } else { - ('#termination_amount').val(''); + $('#termination_amount').val(''); $('#termination_amount').parent().parent().css('display', 'none'); } } |
