disable debug alert

This commit is contained in:
Ralf Becker 2013-04-13 07:19:02 +00:00
parent ad4776c78e
commit fe987cb14b

View File

@ -397,8 +397,7 @@ app.filemanager = AppJS.extend(
var src = this._elems2paths(_elems);
var dst = _target.id.replace(this.remove_prefix, '');
alert(_action.id+': '+src.join(', ')+' --> '+dst);
//alert(_action.id+': '+src.join(', ')+' --> '+dst);
this._do_action(_action.id == "file_drop_move" ? 'move' : 'copy', src, false, dst);
},