style the checkboxes in the event form
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$(document).ready( function() { showHideFinishDate(); });
|
||||
|
||||
function showHideFinishDate() {
|
||||
if( $('#event-nofinish-checkbox').is(':checked'))
|
||||
if( $('#id_nofinish').is(':checked'))
|
||||
$('#event-finish-wrapper').hide();
|
||||
else
|
||||
$('#event-finish-wrapper').show();
|
||||
|
Reference in New Issue
Block a user