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 d4106a3 commit f0bafb5Copy full SHA for f0bafb5
1 file changed
changelogs/index.html
@@ -481,7 +481,7 @@ <h1>Changelogs</h1>
481
</section><!-- /.section-features -->
482
483
<script>
484
- function load() {
+ function loadChangelogs() {
485
var cenR = document.getElementsByClassName("cenR");
486
var i;
487
for (i = 1; i < cenR.length + 1; i++) {
@@ -516,7 +516,7 @@ <h1>Changelogs</h1>
516
txtFile.send(null);
517
}
518
519
- window.onLoad = load();
+ window.onclick = loadChangelogs();
520
521
var acc = document.getElementsByClassName("aaccordion");
522
0 commit comments