summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorjeff <jeff>2008-12-04 02:03:22 +0000
committerjeff <jeff>2008-12-04 02:03:22 +0000
commitb324deb10a2c452f59b265313d8b146ae7cd0d08 (patch)
tree49780746b7185e0e8e55319d823001545fecf314 /httemplate/elements
parent69676e2af001ffd5eec980bf977cc447c11ac3a9 (diff)
better placement of script sourcing
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/init_overlib.html2
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>