1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 04:10:29 +03:00

Process the diff.

This commit is contained in:
Rob Rix 2015-10-21 11:17:39 -04:00
parent 5ba5589766
commit 1ca7447e0f

View File

@ -75,6 +75,8 @@
loadJSON('diff.json', function (json) {
document.getElementById("before").textContent = json.a;
document.getElementById("after").textContent = json.b;
syntax(json["diff"]);
});
</script>
</body>