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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue