Skip to content

Commit b09e0f3

Browse files
committed
changes for visible recaptcha support, will be needed in 8.6
1 parent 9e202b3 commit b09e0f3

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Content/WebApp/Views/Blog/CommentWrapperPartial.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<h3>@sr["Comments"]</h3>
1515
<div data-bind="template: { name:'commentList' }"></div>
1616
<div data-bind="template: { name:'newCommentForm' }"></div>
17-
<div id="divRecaptcha" class="g-recaptcha"
18-
data-size="invisible">
19-
</div>
17+
<div id="divRecaptcha"></div>
2018

2119
</div>
2220

Content/WebApp/Views/Page/CommentWrapperPartial.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<h3>@sr["Comments"]</h3>
1515
<div data-bind="template: { name:'commentList' }"></div>
1616
<div data-bind="template: { name:'newCommentForm' }"></div>
17-
<div id="divRecaptcha" class="g-recaptcha"
18-
data-size="invisible">
19-
</div>
17+
<div id="divRecaptcha"></div>
2018

2119
</div>
2220

0 commit comments

Comments
 (0)