mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
This sidesteps tricky escaping issues, and will make it easier to build a strict Content-Security-Policy. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
3 lines
98 B
JavaScript
3 lines
98 B
JavaScript
window.page_params = $(document.body).data("params");
|
|
$(document.body).removeAttr("data-params");
|