Switch to ordered list for better tracking when uploading multiple files
This commit is contained in:
parent
1da6a2a261
commit
2d6005da58
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
</form>
|
||||
|
||||
<div class="jsonly" style="display: none;" id="links-container">
|
||||
<ul id="links">
|
||||
</ul>
|
||||
<ol id="links">
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<script src="/scripts/upload.js"></script>
|
||||
|
|
Loading…
Reference in a new issue