Remove jquery dependency
This commit is contained in:
parent
33535afda4
commit
6f4c12e210
6 changed files with 465 additions and 254 deletions
|
@ -660,8 +660,6 @@ fn write_shared(cx: &Context,
|
|||
// Add all the static files. These may already exist, but we just
|
||||
// overwrite them anyway to make sure that they're fresh and up-to-date.
|
||||
|
||||
write(cx.dst.join("jquery.js"),
|
||||
include_bytes!("static/jquery-2.1.4.min.js"))?;
|
||||
write(cx.dst.join("main.js"),
|
||||
include_bytes!("static/main.js"))?;
|
||||
write(cx.dst.join("rustdoc.css"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue