Skip to content

Commit

Permalink
Hide event url display on new event
Browse files Browse the repository at this point in the history
  • Loading branch information
ctimoteo-fixeads committed Jun 20, 2014
1 parent ad9de97 commit 787c404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kronolith/js/kronolith.js
Expand Up @@ -5593,6 +5593,8 @@ KronolithCore = {
$('kronolithEventEndTime').setValue(d.toString(Kronolith.conf.time_format));
$('kronolithEventLinkExport').up('span').hide();
$('kronolithEventSaveAsNew').hide();
$('kronolithEventUrlDisplay').hide();
$('kronolithEventUrl').show();
this.toggleRecurrence(true, 'None');
$('kronolithEventEditRecur').hide();
this.enableAlarm('Event', Kronolith.conf.default_alarm);
Expand Down

0 comments on commit 787c404

Please sign in to comment.