diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-04-28 23:26:07 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-04-29 14:28:43 +0200 |
commit | cbd216414a70962af1f1f20cff76c26d4e87523f (patch) | |
tree | 36ff00bf4f8fe3d8f4d745725ef45642ef217752 /apps | |
parent | 542808620442f3e8fbb0f92013a6581394241230 (diff) | |
download | nextcloud-server-cbd216414a70962af1f1f20cff76c26d4e87523f.tar.gz nextcloud-server-cbd216414a70962af1f1f20cff76c26d4e87523f.zip |
Remove uneeded onclick handler
Diffstat (limited to 'apps')
-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 6bf0f32e84f..8829228a6b7 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -32,7 +32,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'] ): ?> |