From: jake%acutex.net <> Date: Fri, 1 Feb 2002 22:52:37 +0000 (+0000) Subject: Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache variable. X-Git-Tag: bugzilla-2.16rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c320bd1cdf00d3193fa11931456582ae27b275;p=thirdparty%2Fbugzilla.git Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache variable. Patch by Christian Reis r= bbaetz, jake --- diff --git a/template/default/query/query.atml b/template/default/query/query.atml index d4f8dbd171..1582eb3e4f 100644 --- a/template/default/query/query.atml +++ b/template/default/query/query.atml @@ -28,22 +28,16 @@ [%# Note: use Template comments and not JS ones here, to avoid bloating what we actually send to the browser %] -[% IF Param('usetargetmilestone') %] -[% tms = 1 %] -[% ELSE %] -[% tms = 0 %] -[% END %] -