From b324deb10a2c452f59b265313d8b146ae7cd0d08 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 4 Dec 2008 02:03:22 +0000 Subject: [PATCH] better placement of script sourcing --- httemplate/elements/init_overlib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.11.0