mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
realm_playground: Remove generated_pygments_data parameter for
initialization function. We are already importing `generated_pygments_data.json` directly in `realm_playground.js` so there is no need to pass it via initialization method.
This commit is contained in:
@@ -715,7 +715,6 @@ export function initialize_everything() {
|
||||
linkifiers.initialize(page_params.realm_linkifiers);
|
||||
realm_playground.initialize({
|
||||
playground_data: page_params.realm_playgrounds,
|
||||
generated_pygments_data,
|
||||
pygments_comparator_func: typeahead_helper.compare_language,
|
||||
});
|
||||
compose.initialize();
|
||||
|
||||
Reference in New Issue
Block a user