From: jeff Date: Thu, 4 Dec 2008 02:03:22 +0000 (+0000) Subject: better placement of script sourcing X-Git-Tag: root_of_webpay_support~213 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b324deb10a2c452f59b265313d8b146ae7cd0d08 better placement of script sourcing --- 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 );