This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-25 18:55:32 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1815a125d
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 06:42:47 -05: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 08:52:01 -05:00
window
.
print
(
)
;
}
)
;
Reference in New Issue
Copy Permalink