I edited the leader paragraphs above each code block that was flagged as being XML or Java content, such that the paragraphs make sense when both the XML and the Java blocks are present. I turned the Both button back on. I also caught a bunch of other editing things. Mahmoud Ben Hassine caught a couple of sentences that were problematic when the Both option is on. I then caught a couple of other problems. I fixed all of that. Thanks for reading closely, Mahmoud. I always appreciate that.
16 lines
713 B
Plaintext
16 lines
713 B
Plaintext
ifdef::backend-html5[]
|
|
+++
|
|
<div>
|
|
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
|
|
<script type="text/javascript" src="js/js.cookie.js"></script>
|
|
<script type="text/javascript" src="js/DocumentToggle.js"></script>
|
|
<script type="text/javascript" src="js/Redirect.js"></script>
|
|
<div class="docToggle-button">
|
|
<input id="xmlButton" type="radio" name="docToggle" value="XML"><label for="xmlButton">XML</label>
|
|
<input id="javaButton" type="radio" name="docToggle" value="Java" checked><label for="javaButton">Java</label>
|
|
<input id="bothButton" type="radio" name="docToggle" value="Both" checked><label for="bothButton">Both</label>
|
|
</div>
|
|
</div>
|
|
+++
|
|
endif::backend-html5[]
|