1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00

Fix mvcp bug in Firefox

This commit is contained in:
Daniel Pan 2015-05-07 14:44:26 +08:00
parent e702c61172
commit b8e51bf916

View File

@ -270,7 +270,7 @@ define([
return false;
},
mvcp: function() {
mvcp: function(event) {
var dir = this.dir;
var el = event.target || event.srcElement,
op_type = $(el).hasClass('mv') ? 'mv' : 'cp',