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:
parent
5ba5589766
commit
1ca7447e0f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user