[freeside-commits] branch FREESIDE_2_3_BRANCH updated. a96c4cedb16a3d130ca9c1f3e7fba3e47ef7503e
Ivan
ivan at 420.am
Thu Jun 28 00:35:15 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via a96c4cedb16a3d130ca9c1f3e7fba3e47ef7503e (commit)
from 12bed8e720b1dd4aeee5b0154e6626ce3d08d60b (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 a96c4cedb16a3d130ca9c1f3e7fba3e47ef7503e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jun 28 00:35:12 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