We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56459e6 commit d8374edCopy full SHA for d8374ed
cd/intent.html
@@ -24,7 +24,8 @@
24
if(window.location.hash) {
25
document.getElementById("dynamic").style.display="block";
26
document.getElementById("dynamic.h2").textContent=window.location.hash.substr(1);
27
- } else {
+ document.getElementById("dynamic.h2").parentNode.id=window.location.hash.substr(1);
28
+ } else {
29
document.getElementById("dynamic").style.display="none";
30
}
31
@@ -183,7 +184,7 @@ <h1>OpenMath Content Dictionary: intent</h1>
183
184
</p>
185
186
<div id="dynamic">
- <h2 id="dynamic.h2"> </h2>
187
+ <h2 id="_"><span id="dynamic.h2"></span></h2>
188
<dl>
189
<dt>
190
<span class="dt">Description:</span>
0 commit comments