mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
a6eca28ec6
* wizard page inline js * print topic inline js * drop JS for preventing double submission this is the default behavior with Rails' UJS `disable_with` helper * omniauth complete redirect JS * account activate inline js
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
document.addEventListener("DOMContentLoaded", function() {
|
|
window.print();
|
|
});
|