mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 07:46:56 +08:00
3 lines
63 B
JavaScript
Vendored
3 lines
63 B
JavaScript
Vendored
window.onload = function () {
|
|
document.forms[0].submit();
|
|
};
|