From 0e9d4c77d1ab25378ef0826aa3790f0769d567dc Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" Date: Fri, 1 Feb 2002 14:52:37 +0000 Subject: [PATCH] Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache variable. Patch by Christian Reis r= bbaetz, jake --- .../template/default/query/query.atml | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/webtools/bugzilla/template/default/query/query.atml b/webtools/bugzilla/template/default/query/query.atml index d4f8dbd171e..1582eb3e4f9 100644 --- a/webtools/bugzilla/template/default/query/query.atml +++ b/webtools/bugzilla/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 %] -