mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
Auto merge of #83094 - GuillaumeGomez:crates-js-location, r=Nemo157
crates.js should use root_path and not static_root_path r? `@Nemo157`
This commit is contained in:
commit
f293f70dd8
@ -58,7 +58,7 @@ crate fn render<T: Print, S: Print>(
|
||||
{style_files}\
|
||||
<script id=\"default-settings\"{default_settings}></script>\
|
||||
<script src=\"{static_root_path}storage{suffix}.js\"></script>\
|
||||
<script src=\"{static_root_path}crates{suffix}.js\"></script>\
|
||||
<script src=\"{root_path}crates{suffix}.js\"></script>\
|
||||
<noscript><link rel=\"stylesheet\" href=\"{static_root_path}noscript{suffix}.css\"></noscript>\
|
||||
{css_extension}\
|
||||
{favicon}\
|
||||
|
Loading…
Reference in New Issue
Block a user