elofgren: Remove leftover file drag and drop debug code accidentally committed in r37813

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41984 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-16 00:48:41 +00:00
parent ed69e36116
commit 8b46cab94c

View File

@ -316,7 +316,6 @@ addfolder.prototype = {
Ajax.Evaluator(response);
// Make it possible to drop files into the new folder
DropFileItem.applyTo('#sitetree li');
console.log('should now be able to drop into new folder');
},
showAddPageError: function(response) {
errorMessage('Error adding folder', response);