summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-05-15 11:42:41 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-05-15 11:42:41 +0200
commit335f2ca32190e866ab1d222b693a273cb6778ac1 (patch)
treebc631c408b79929450ef731157466103117fce15 /apps/files/templates/index.php
parentd8ae2fa80d004a7c9de7e1c6d012a6c0b6a423aa (diff)
parent137039d35a6be69f42f79bf2bd15d7041a815c3b (diff)
downloadnextcloud-server-335f2ca32190e866ab1d222b693a273cb6778ac1.tar.gz
nextcloud-server-335f2ca32190e866ab1d222b693a273cb6778ac1.zip
Merge branch 'files_encryption' of github.com:owncloud/core into files_encryption
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 69fcb94e681..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'] ): ?>
@@ -46,7 +46,6 @@
<div id="uploadprogressbar"></div>
<input type="button" class="stop" style="display:none"
value="<?php p($l->t('Cancel upload'));?>"
- onclick="javascript:Files.cancelUploads();"
/>
</div>
</div>