Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/chrome/content/aboutAdblockBrowser.xhtml

Issue 5126095602974720: Issue 2481 - Show the build ID on the about page (Closed)
Patch Set: Created May 8, 2015, 12:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/chrome/content/aboutAdblockBrowser.xhtml
===================================================================
--- a/mobile/android/chrome/content/aboutAdblockBrowser.xhtml
+++ b/mobile/android/chrome/content/aboutAdblockBrowser.xhtml
@@ -84,6 +84,10 @@
document.getElementById("telemetry").hidden = false;
}
+ // Always append the build ID in Adblock Browser.
+ document.getElementById("version").innerHTML = version + "." +
+ Services.appinfo.appBuildID;
+
// Include the Distribution information if available
try {
let distroId = Services.prefs.getCharPref("distribution.id");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld