Skip to content

Commit eef0f7b

Browse files
authored
Merge pull request #150 from cloudscribe/version_8.5_claude
changes for visible recaptcha support, will be needed in v8.6
2 parents 31dc277 + b09e0f3 commit eef0f7b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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)