Skip to content

Commit f234a6b

Browse files
committed
Auto merge of #26733 - nhowell:update-jquery, r=steveklabnik
r? @steveklabnik
2 parents d1e31f3 + b51aea3 commit f234a6b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/librustdoc/html/render.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2013-2015 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -552,7 +552,7 @@ fn write_shared(cx: &Context,
552552
// Add all the static files. These may already exist, but we just
553553
// overwrite them anyway to make sure that they're fresh and up-to-date.
554554
try!(write(cx.dst.join("jquery.js"),
555-
include_bytes!("static/jquery-2.1.0.min.js")));
555+
include_bytes!("static/jquery-2.1.4.min.js")));
556556
try!(write(cx.dst.join("main.js"), include_bytes!("static/main.js")));
557557
try!(write(cx.dst.join("playpen.js"), include_bytes!("static/playpen.js")));
558558
try!(write(cx.dst.join("main.css"), include_bytes!("static/main.css")));

0 commit comments

Comments
 (0)