mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Only display a diff when it is small enough
The diff display is rather slow now, probably because everything is put into one big pre tag. Before we can fix this, we have to parse the diff better. For now, just display a message.
This commit is contained in:
+1
-1
@@ -27,5 +27,5 @@
|
||||
</table>
|
||||
<hr>
|
||||
<div id="message"></div>
|
||||
<pre><div id="details"></div></pre>
|
||||
<pre><code id="details"></code></pre>
|
||||
</body>
|
||||
Reference in New Issue
Block a user