Refactor slightly confusing difference build function

This commit is contained in:
Leigh Morresi
2021-02-02 12:14:23 +01:00
parent 801b50cb5b
commit e7e3eb36c0
2 changed files with 21 additions and 16 deletions

View File

@@ -38,8 +38,8 @@
<tbody>
<tr>
<!-- just proof of concept copied straight from github.com/kpdecker/jsdiff -->
<td id="a" style="display: none;">{{left}}</td>
<td id="b" style="display: none;">{{right}}</td>
<td id="a" style="display: none;">{{previous}}</td>
<td id="b" style="display: none;">{{newest}}</td>
<td>
<span id="result"></span>
</td>