diff options
author | jeff <jeff> | 2008-12-04 02:03:22 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-12-04 02:03:22 +0000 |
commit | b324deb10a2c452f59b265313d8b146ae7cd0d08 (patch) | |
tree | 49780746b7185e0e8e55319d823001545fecf314 /httemplate | |
parent | 69676e2af001ffd5eec980bf977cc447c11ac3a9 (diff) |
better placement of script sourcing
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/init_overlib.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/init_overlib.html b/httemplate/elements/init_overlib.html index 12084f61c..d27ca3bda 100644 --- a/httemplate/elements/init_overlib.html +++ b/httemplate/elements/init_overlib.html @@ -4,6 +4,6 @@ <%init> my @files = map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) ); -push @files, 'iframecontentmws'; +push @files, map { "${_}contentmws" } qw( iframe ajax ); </%init> |