Skip to content

Commit

Permalink
Bug: 13239 Fix sending invite when SaveAsNew is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 16, 2014
1 parent 8f3078d commit b49bc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/js/kronolith.js
Expand Up @@ -4502,6 +4502,7 @@ KronolithCore = {
break;
case 'kronolithEventSaveAsNew':
if (!elt.disabled) {
$('kronolithEventSendUpdates').setValue(1);
this.saveEvent(true);
}
e.stop();
Expand Down

0 comments on commit b49bc60

Please sign in to comment.