style the checkboxes in the event form

This commit is contained in:
friendica
2015-02-05 21:01:02 -08:00
parent abcc70722c
commit e7a68eaef0
3 changed files with 9 additions and 5 deletions

View File

@@ -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();