Remove uneeded onclick handler

remotes/origin/stable6
Lukas Reschke 14 years ago
parent 6cf6103ed2
commit 003e6adb3f
  1. 2
      apps/files/templates/index.php

@ -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…
Cancel
Save