blob: 64f86e56fe82a53086cd8c89531f5c8735be5fda (
plain)
1
2
3
4
5
6
7
|
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
window.addEventListener("load", function () {
document.getElementById("");
}, false);
|