Skip to content

Commit

Permalink
Set the Preview Dialog title correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
netwolfuk committed Jul 21, 2018
1 parent ed7de2b commit 5165b26
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,9 @@ WebHooksPlugin = {

showDialog: function () {
this.showCentered();

$j("#previewTemplateItemDialog h3.dialogTitle").html("Preview & Test Build Event Template");

if ( ! $j("#previewTemplateItemDialogProjectSelect").val()) {
this.loadProjectList();
}
Expand Down

0 comments on commit 5165b26

Please sign in to comment.