Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: src/site/js/carousel-next.js

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/index.html ('k') | src/tests/site/gists/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 $(document).ready(function() {
2 $("#carousel-next").click(function(){
3 $("#top-carousel").carousel("next");
4 });
5 });
OLDNEW
« no previous file with comments | « src/site/index.html ('k') | src/tests/site/gists/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698