Skip to content

Commit 9d7569a

Browse files
committed
Fix: Comment out hidden section in scanner form
Ref #434
1 parent 97b4fae commit 9d7569a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sonarwhal-theme/layout/partials/scan-form.hbs

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1 id="page-heading">Analyze your website now!</h1>
1111
<p class="subtitle">sonarwhal's online version is currently in preview. Results and reliability might vary. Nellie has chosen a set of rules for you, but in the future you will be able to decide which ones you want.</p>
1212
</header>
13-
<div class="section container" hidden>
13+
{{! <div class="section container" hidden>
1414
<div class="layout layout--sidebar">
1515
<div class="module module--primary">
1616
@@ -133,16 +133,16 @@
133133
<input type="radio" id="recommended-config" name="scan-configuration" checked/>
134134
<label for="recommended-config">Recommended (default)</label>
135135
136-
{{!-- <input type="radio" id="upload-config" name="scan-configuration"/>
136+
<input type="radio" id="upload-config" name="scan-configuration"/>
137137
<label for="upload-config">Upload configuration file</label>
138138
139139
<input type="radio" id="manual-config" name="scan-configuration"/>
140-
<label for="manual-config">Manually select rules</label> --}}
140+
<label for="manual-config">Manually select rules</label>
141141
</fieldset>
142142
<p class="subtitle">For greater flexibility, use the command line tool to run your scan.</p>
143143
</div>
144144
</div>
145-
</div>
145+
</div> }}
146146
<section class="section scanner">
147147
<section class="container home-container--section home-container--input">
148148
<form action="/scanner/" method="POST">

0 commit comments

Comments
 (0)