Skip to content

Commit

Permalink
Change default popups to modal.
Browse files Browse the repository at this point in the history
Fixes #555
  • Loading branch information
joedolson committed Oct 24, 2023
1 parent 75f031a commit cb06369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/my-calendar-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ function mc_default_options() {
'use_permalinks' => 'true',
'use_styles' => 'false',
'show_months' => '1',
'calendar_javascript' => '0',
'list_javascript' => '0',
'mini_javascript' => '0',
'calendar_javascript' => 'modal',
'list_javascript' => 'modal',
'mini_javascript' => 'modal',
'ajax_javascript' => '0',
'show_js' => '',
'notime_text' => '',
Expand Down

0 comments on commit cb06369

Please sign in to comment.