Compare commits

..

No commits in common. "ef40ca967c0f0f1a09addd984174cca6d690e4b3" and "267aaa23764893d3f25827419f1df18f7d597e4f" have entirely different histories.

View File

@ -39,7 +39,6 @@
<% } %> <% } %>
</div> </div>
</div> </div>
<% if (typeof h.readmeFm(directory).file !== 'undefined') { %>
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg" style="max-height:65vh;overflow-y:scroll"> <div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg" style="max-height:65vh;overflow-y:scroll">
<div class="col-lg-12 p-3 p-lg-5 pt-lg-3"> <div class="col-lg-12 p-3 p-lg-5 pt-lg-3">
<h2 class="title">OCR Text Scan (approximately)</h1> <h2 class="title">OCR Text Scan (approximately)</h1>
@ -53,7 +52,6 @@
</div> </div>
</div> </div>
<% } %> <% } %>
<% } %>
<ul id="files" class="list-group shadow-lg"> <ul id="files" class="list-group shadow-lg">
<% files.forEach(function(value, index) { %> <% files.forEach(function(value, index) { %>