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:
a00404d
)
kivi.File.js: unbenutzte, leere init-Funktion raus
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 26 Feb 2021 10:52:51 +0000
(11:52 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 26 Feb 2021 10:52:51 +0000
(11:52 +0100)
js/kivi.File.js
patch
|
blob
|
history
diff --git
a/js/kivi.File.js
b/js/kivi.File.js
index
a908114
..
c14c65f
100644
(file)
--- a/
js/kivi.File.js
+++ b/
js/kivi.File.js
@@
-265,8
+265,4
@@
namespace('kivi.File', function(ns) {
$.download("controller.pl", data);
return false;
}
-
- ns.init = function() {
- }
-
});