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:
6faa9b0
)
Private Variablen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Feb 2007 08:04:52 +0000
(08:04 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Feb 2007 08:04:52 +0000
(08:04 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
ae23fab
..
85634ca
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-409,7
+409,7
@@
function fokus(){document.$self->{fokus}.focus();}
($self->{title})
? "$self->{title} - $self->{titlebar}"
: $self->{titlebar};
- $ajax = "";
+
my
$ajax = "";
foreach $item (@ { $self->{AJAX} }) {
$ajax .= $item->show_javascript();
}