better placement of script sourcing
authorjeff <jeff>
Thu, 4 Dec 2008 02:03:22 +0000 (02:03 +0000)
committerjeff <jeff>
Thu, 4 Dec 2008 02:03:22 +0000 (02:03 +0000)
httemplate/elements/init_overlib.html

index 12084f6..d27ca3b 100644 (file)
@@ -4,6 +4,6 @@
 <%init>
 
 my @files = map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) );
-push @files, 'iframecontentmws';
+push @files, map { "${_}contentmws" } qw( iframe ajax );
 
 </%init>