[freeside-commits] branch master updated. 0dbd2327156fac35dd08101009b4fcc048ac29f4

Ivan ivan at 420.am
Wed Jun 27 14:48:50 PDT 2012


The branch, master has been updated
       via  0dbd2327156fac35dd08101009b4fcc048ac29f4 (commit)
      from  b63fb40fd225e348b06191b535291d5ccf7af956 (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 0dbd2327156fac35dd08101009b4fcc048ac29f4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 27 14:48:47 2012 -0700

    init_overlib keeps track of not re-initializing inefficiently itself now, RT#18338

diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html
index 2ec248e..7a282a3 100644
--- a/httemplate/elements/progress-init.html
+++ b/httemplate/elements/progress-init.html
@@ -54,10 +54,7 @@ sub process_whatever { #class method
            )
 %>
 
-% if (!$noinit) { 
 <& /elements/init_overlib.html &>
-%   $noinit = 1;
-% }
 
 <SCRIPT TYPE="text/javascript">
 
@@ -117,9 +114,6 @@ function <%$key%>myCallback( jobnum ) {
 
 </SCRIPT>
 
-<%once>
-my $noinit = 0;
-</%once>
 <%init>
 
 my( $formname, $fields, $action, $url_or_message, $key ) = @_;

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

Summary of changes:
 httemplate/elements/progress-init.html |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)




More information about the freeside-commits mailing list