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

Unified Diff: dashboard/ui/changelog.html

Issue 148963013: Omit protocol part in URLs in changelog pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/perf.git@master
Patch Set: Omit protocol in js/changelog.js as well. Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dashboard/ui/changelog_blink.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/ui/changelog.html
diff --git a/dashboard/ui/changelog.html b/dashboard/ui/changelog.html
index ea6f3c520a1c3cde0b87f64b5e157b074c562204..4cced7ab1e5d0da0be33d6cc365b60ce2735bfe4 100644
--- a/dashboard/ui/changelog.html
+++ b/dashboard/ui/changelog.html
@@ -58,8 +58,8 @@ form {
</form>
<script>
-var svnRootUrl = "http://src.chromium.org/svn/";
-var viewVc = "http://src.chromium.org/viewvc/chrome";
+var svnRootUrl = "//src.chromium.org/svn/";
+var viewVc = "//src.chromium.org/viewvc/chrome";
params = ParseParams();
var svnPath = params["url"];
« no previous file with comments | « no previous file | dashboard/ui/changelog_blink.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698