This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-07 20:08:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
javascripts
/
print-page.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: apply new coding standards (#10592)
2020-09-04 13:42:47 +02:00
document
.
addEventListener
(
"DOMContentLoaded"
,
function
(
)
{
CSP - extract all other inline JavaScripts (#6528) * 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
2018-10-25 09:52:01 -04:00
window
.
print
(
)
;
}
)
;
Reference in New Issue
Copy Permalink