rust/src/rustbook
bors 2287b4b628 Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik
Since the "Book" already avoids jQuery in its inline script tags and playpen.js is tiny, I figured I would convert it to plain old JS as well.

Side note: This is a separate issue, but another thing I noticed in my testing is that the "⇱" character doesn't display correctly in Chrome on Windows 7. (Firefox and IE work fine; other browsers not tested)

r? @steveklabnik

Edit: Github didn't like the "script" tag above
Edit 2: Actually, now IE seems to render "⇱" fine for me. Odd.
2015-06-22 05:23:50 +00:00
..
book.rs
build.rs Convert playpen.js to plain JS. 2015-06-12 16:26:07 -04:00
css.rs
error.rs
help.rs
javascript.rs Convert playpen.js to plain JS. 2015-06-12 16:26:07 -04:00
main.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
serve.rs
subcommand.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
term.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
test.rs