mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Insert the diffs into a #diff element.
This commit is contained in:
parent
d653790ee3
commit
205449e197
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user