Remove uneeded onclick handler
This commit is contained in:
parent
6cf6103ed2
commit
003e6adb3f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
value="(max <?php p($_['uploadMaxHumanFilesize']); ?>)">
|
||||
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
|
||||
<input type="file" id="file_upload_start" name='files[]'/>
|
||||
<a href="#" class="svg" onclick="return false;"></a>
|
||||
<a href="#" class="svg"></a>
|
||||
</form>
|
||||
</div>
|
||||
<?php if ($_['trash'] ): ?>
|
||||
|
|
Loading…
Reference in a new issue