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

Unified Diff: src/site/js/editor-version.js

Issue 117833003: flight school (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: show version and not revision Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/events/2013/flight-school/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/js/editor-version.js
diff --git a/src/site/js/editor-version.js b/src/site/js/editor-version.js
index 9921b614ce666f4fa9788be8498dab8f155e6de0..95c00be294332c4c1b80e7dfbcf76c45eefbb724 100644
--- a/src/site/js/editor-version.js
+++ b/src/site/js/editor-version.js
@@ -15,7 +15,7 @@ $(document).ready(function() {
url: 'https://storage.googleapis.com/dart-archive/channels/' + channel + '/release/latest/VERSION',
dataType: "json",
success: function(data) {
- updatePlaceholders(channel, data['revision']);
+ updatePlaceholders(channel, data['version']);
},
error: function(xhr, textStatus, errorThrown) {
console.log(textStatus);
« no previous file with comments | « src/site/events/2013/flight-school/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698