1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Insert the diffs into a #diff element.

This commit is contained in:
Rob Rix 2015-10-13 11:05:13 -04:00
parent d653790ee3
commit 205449e197

View File

@ -67,9 +67,10 @@
<body>
<div id="left"></div>
<div id="right"></div>
<div id="diff"></div>
<script type="text/javascript">
loadJSON('Fixtures/swift.json', function (json) {
document.body.appendChild(toDOM(json));
document.getElementById("diff").appendChild(toDOM(json));
});
</script>
</body>