Skip to content

Commit 6121210

Browse files
committed
WIP
1 parent b1fa0e8 commit 6121210

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/views/servers/prepare_bootstrap.html.erb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@
7272
<strong>Warning:</strong> Existing partitions on the selected disk will be wiped.
7373
</p>
7474

75-
<script>
76-
// Trigger change event to show/hide the warning based on the initially selected disk
77-
document.getElementById("bootstrap_disk_wwid").dispatchEvent(new Event("change"))
78-
</script>
75+
<%# Trigger change event to show/hide the warning based on the initially selected disk %>
76+
<script>document.getElementById("bootstrap_disk_wwid").dispatchEvent(new Event("change"))</script>
7977

8078
<%= f.submit "Bootstrap!" %>
8179
<% end %>

0 commit comments

Comments
 (0)