Skip to content

Commit c78b7fe

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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
@@ -142,7 +142,7 @@
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)