Skip to content

Commit

Permalink
49248: Issue Setting up a Test SMTP Server/Dumbster Issue (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-klum authored Dec 11, 2023
1 parent d4e7c2e commit 0f9388b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dumbster/src/org/labkey/dumbster/view/mailWebPart.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ function toggleRecorder(checkbox)
<%
if (getUser().hasRootAdminPermission())
{
addHandler("emailRecordOn", "click", "toggleRecorder(this); return false;");
addHandler("emailRecordOn", "click", "toggleRecorder(this);");
%>
<input name="emailRecordOn" type="checkbox" <%=checked(recorder)%>> Record email messages sent
<input id="emailRecordOn" name="emailRecordOn" type="checkbox" <%=checked(recorder)%>> Record email messages sent
<%
}
%>

0 comments on commit 0f9388b

Please sign in to comment.