X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=js%2Fkivi.File.js;h=addacde8286f7326f3da3ff05ba45c5d8b98aaf2;hb=9c76bacaa1bfbefc80f7d595ca47ec882266dc70;hp=b02d7d0ff6a177e19e60b9c9025929943b886eb2;hpb=69e526ee5cfc3d153f738083b397a000c00c4468;p=kivitendo-erp.git diff --git a/js/kivi.File.js b/js/kivi.File.js index b02d7d0ff..addacde82 100644 --- a/js/kivi.File.js +++ b/js/kivi.File.js @@ -27,7 +27,6 @@ namespace('kivi.File', function(ns) { , height: 200 , modal: true , close: function() { - console.log("Closing, moving to original parent " + parent_id); $dlg.remove().appendTo('#' + parent_id); } } }); @@ -216,12 +215,12 @@ namespace('kivi.File', function(ns) { }); return true; } - + ns.importclose = function() { $("#import_dialog").dialog('close'); return false; } - + ns.importaction = function(id,type,file_type,fromwhere,frompath,checkbox_class) { var checkboxes = $('.'+checkbox_class).filter(function () { return $(this).prop('checked'); });