Skip to content

Commit

Permalink
Deployed 0b3fc15 to v8 with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot committed Dec 16, 2024
1 parent 5d0bf4d commit e04e3a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v8/newsletter/subscribe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2742,8 +2742,8 @@ <h1 id="subscribe-to-our-newsletter">Subscribe to our newsletter<a class="header
<input type="hidden" name="htmlemail" value="1">
<input type="hidden" name="list[2]" value="signup" />
<input type="hidden" name="subscribe" value="subscribe"/>
<button class='md-button md-button--primary' onclick="if (checkform()) {submitForm();} return false;" >Subscribe</button>
<div id="result" style="color: red;"></div>
<button class='md-button md-button--primary' onclick="if (checkform()) {submitForm();} return false;" id="subscribe">Subscribe</button>
<div id="result"></div>
</form>

<script type="text/javascript">
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"aliases": [
"7.1",
"7.2",
"7.3",
"7.0"
"7.0",
"7.3"
]
}
]

0 comments on commit e04e3a1

Please sign in to comment.