projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5edaa
)
kivi.File.js: Debugcode wieder entfernt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 1 Mar 2017 14:43:48 +0000
(15:43 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 1 Mar 2017 14:43:48 +0000
(15:43 +0100)
js/kivi.File.js
patch
|
blob
|
history
diff --git
a/js/kivi.File.js
b/js/kivi.File.js
index
b02d7d0
..
addacde
100644
(file)
--- 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'); });