diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-04-28 23:26:07 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-04-28 23:26:07 +0200 |
commit | 003e6adb3fbd1a683d986c752affc924cc032902 (patch) | |
tree | b0f507ad49419110794237780187442df00cf92b | |
parent | 6cf6103ed2d8fcb70d5340be583622f32ff08913 (diff) | |
download | nextcloud-server-003e6adb3fbd1a683d986c752affc924cc032902.tar.gz nextcloud-server-003e6adb3fbd1a683d986c752affc924cc032902.zip |
Remove uneeded onclick handler
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 66866ee8b43..b576253f4f0 100644 --- a/apps/files/templates/index.php +++ b/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'] ): ?> |