Werk #15288: Remove HTMLGenerator.add_default_javascript function

Component Setup
Title Remove HTMLGenerator.add_default_javascript function
Date Jul 12, 2023
Level Trivial Change
Class New Feature
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.3.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

MKPs that use custom javascript code may be affected by this change. A typical usage of this function may look like:

html.add_default_javascript("custom_id")

There is no 1:1 replacement for this call, but several ways to do similar things:

html.javascript("inlined_javascript_code();")
html.javascript_file("browser/path/to_javascriptfile.js")

To the list of all Werks