Skip to content

Commit 9d0eef7

Browse files
committed
Revert "Try to improve load time of changelogs page"
This reverts commit f0bafb5.
1 parent f0bafb5 commit 9d0eef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelogs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h1>Changelogs</h1>
481481
</section><!-- /.section-features -->
482482

483483
<script>
484-
function loadChangelogs() {
484+
function load() {
485485
var cenR = document.getElementsByClassName("cenR");
486486
var i;
487487
for (i = 1; i < cenR.length + 1; i++) {
@@ -516,7 +516,7 @@ <h1>Changelogs</h1>
516516
txtFile.send(null);
517517
}
518518
}
519-
window.onclick = loadChangelogs();
519+
window.onLoad = load();
520520

521521
var acc = document.getElementsByClassName("aaccordion");
522522
var i;

0 commit comments

Comments
 (0)