Skip to content

Commit

Permalink
Merge branch 'rc/devel' of https://github.com/formerlurker/Octolapse
Browse files Browse the repository at this point in the history
…into rc/devel
  • Loading branch information
FormerLurker committed May 13, 2023
2 parents f314826 + 21d8b1d commit 8d53c91
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ $(function () {
validation_enabled: false,
help_enabled: true,
help_title: 'Timelapse Files Dialog',
help_link: 'dialog.timelapse_files.timelapse.tab.md'
help_link: 'dialog.timelapse_files.timelapse.tab.md',
cancel_button_text: 'Close',
cancel_button_title: 'Close the dialog.'
};
self.template_id= "octolapse-timelapse-files-dialog-template";
self.dialog = new Octolapse.OctolapseDialog(self.dialog_id, self.template_id, self.dialog_options);
Expand Down

0 comments on commit 8d53c91

Please sign in to comment.