Skip to content

Commit

Permalink
Fix merge error preventing date check from running.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 20, 2016
1 parent db1fa6f commit 3088ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/js/kronolith.js
Expand Up @@ -4527,9 +4527,9 @@ KronolithCore = {

case 'kronolithEventSave':
if (!elt.disabled) {
if ($F('kronolithEventAttendees') && $F('kronolithEventId')) {
this._checkDate($('kronolithEventStartDate'));
this._checkDate($('kronolithEventEndDate'));
if ($F('kronolithEventAttendees') && $F('kronolithEventId')) {
$('kronolithEventSendUpdates').setValue(0);
$('kronolithEventDiv').hide();
$('kronolithUpdateDiv').show();
Expand Down

0 comments on commit 3088ae3

Please sign in to comment.