[html5] r2030 - [e] (0) Show diffs link too.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 6 13:26:21 PDT 2008
Author: ianh
Date: 2008-08-06 13:26:20 -0700 (Wed, 06 Aug 2008)
New Revision: 2030
Modified:
header-whatwg
index
Log:
[e] (0) Show diffs link too.
Modified: header-whatwg
===================================================================
--- header-whatwg 2008-08-06 19:39:12 UTC (rev 2029)
+++ header-whatwg 2008-08-06 20:26:20 UTC (rev 2030)
@@ -140,8 +140,13 @@
a.onclick = function () { location.reload(); return false; };
a.textContent = "Reload";
status.appendChild(a);
+ status.appendChild(document.createTextNode('. '));
+ var d = document.createElement('a');
+ d.href = 'http://html5.org/tools/web-apps-tracker?from=' + current_revision.substr(1) + '&to=' + data.substr(1);
+ d.textContent = "Diffs";
+ status.appendChild(d);
+ status.appendChild(document.createTextNode('. '));
var x = document.createElement('a');
- status.appendChild(document.createTextNode('. '));
x.href = '';
x.onclick = function () { status.className = ''; return false; };
x.textContent = "Close";
Modified: index
===================================================================
--- index 2008-08-06 19:39:12 UTC (rev 2029)
+++ index 2008-08-06 20:26:20 UTC (rev 2030)
@@ -176,8 +176,13 @@
a.onclick = function () { location.reload(); return false; };
a.textContent = "Reload";
status.appendChild(a);
+ status.appendChild(document.createTextNode('. '));
+ var d = document.createElement('a');
+ d.href = 'http://html5.org/tools/web-apps-tracker?from=' + current_revision.substr(1) + '&to=' + data.substr(1);
+ d.textContent = "Diffs";
+ status.appendChild(d);
+ status.appendChild(document.createTextNode('. '));
var x = document.createElement('a');
- status.appendChild(document.createTextNode('. '));
x.href = '';
x.onclick = function () { status.className = ''; return false; };
x.textContent = "Close";
More information about the Commit-Watchers
mailing list