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:
f37734d
)
switchmenuframe.js im LeftMenu einbinden
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 28 Nov 2012 14:32:54 +0000
(15:32 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 28 Nov 2012 14:32:54 +0000
(15:32 +0100)
SL/Layout/MenuLeft.pm
patch
|
blob
|
history
diff --git
a/SL/Layout/MenuLeft.pm
b/SL/Layout/MenuLeft.pm
index
2cee4ea
..
2f260c9
100644
(file)
--- a/
SL/Layout/MenuLeft.pm
+++ b/
SL/Layout/MenuLeft.pm
@@
-20,7
+20,10
@@
sub javascripts_inline {
}
sub javascripts {
- 'js/jquery.cookie.js';
+ qw(
+ js/jquery.cookie.js
+ js/switchmenuframe.js
+ );
}
sub pre_content {