X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Finit_overlib.html;h=d27ca3bda51bdabf1683e8a6ed4dfd1af52d9df2;hb=b431ece7b4a71aa5771f44393da582692f668817;hp=12084f61ccf24a3190424d879e000c2847b4439b;hpb=19f9cc14302fdae5dbfcb580abea3c03ee612593;p=freeside.git 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 );