Skip to content

Commit b18b937

Browse files
committed
Remove "display:none" in settings page
1 parent 83b119e commit b18b937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csp/gitprojectsettings.csp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ body {
157157
</server>
158158
<div class = 'container'>
159159
<csp:if condition='$D(%request.Data("gitsettings",1)) && (##class(SourceControl.Git.Utils).NeedSettings() = 0)'>
160-
<div class = "alert" style="display: 'none'">
160+
<div class = "alert">
161161
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
162162
<strong>Success!</strong> Your changes have been saved.
163163
</div>

0 commit comments

Comments
 (0)