[freeside-commits] branch master updated. 56b2078e23a588b3b5c1087635bf2442b565d075

Ivan ivan at 420.am
Thu Jun 28 00:20:04 PDT 2012


The branch, master has been updated
       via  56b2078e23a588b3b5c1087635bf2442b565d075 (commit)
      from  5bbc0d9a317c0f1ab0d8a3ad0f824c3a3c0959a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 56b2078e23a588b3b5c1087635bf2442b565d075
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 28 00:20:01 2012 -0700

    fix overlib init, RT#18338

diff --git a/httemplate/elements/init_overlib.html b/httemplate/elements/init_overlib.html
index 9866cdd..986adec 100644
--- a/httemplate/elements/init_overlib.html
+++ b/httemplate/elements/init_overlib.html
@@ -1,9 +1,9 @@
 % for my $file (@files) {
   <SCRIPT TYPE="text/javascript" SRC="<%$fsurl%>elements/<%$file%>.js"></SCRIPT>
 % }
-<%once>
+<%shared>
 my $initialized = 0; #won't work if component is "preloaded"... so don't do that
-</%once>
+</%shared>
 <%init>
 
 my @files = ();

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/init_overlib.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list