diff options
author | friendica <info@friendica.com> | 2015-02-08 20:23:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-08 20:23:02 -0800 |
commit | 69894e28c48dabb1061b55156dbafc91f7c75ea1 (patch) | |
tree | 455c2951eab628d932243f312ded424eb474c036 /view/js | |
parent | a1d84f96b6a0852b785a459279d7756aeaa90614 (diff) | |
download | volse-hubzilla-69894e28c48dabb1061b55156dbafc91f7c75ea1.tar.gz volse-hubzilla-69894e28c48dabb1061b55156dbafc91f7c75ea1.tar.bz2 volse-hubzilla-69894e28c48dabb1061b55156dbafc91f7c75ea1.zip |
we still need an event preview but this looks a lot better.
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/mod_events.js | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/view/js/mod_events.js b/view/js/mod_events.js index d4dc9b585..fc25e4331 100644 --- a/view/js/mod_events.js +++ b/view/js/mod_events.js @@ -1,14 +1,12 @@ $(document).ready( function() { showHideFinishDate(); }); -function showHideFinishDate() { - if( $('#id_nofinish').is(':checked')) - $('#event-finish-wrapper').hide(); - else - $('#event-finish-wrapper').show(); -} - - + function showHideFinishDate() { + if( $('#id_nofinish').is(':checked')) + $('#event-finish-wrapper').hide(); + else + $('#event-finish-wrapper').show(); + } function eventGetStart() { //reply = prompt("{{$expirewhen}}", $('#jot-expire').val()); |