From 455f97a3bc71fd2ae876948faecbdd507d25dd7b Mon Sep 17 00:00:00 2001 From: "preed%sigkill.com" Date: Thu, 17 Jul 2003 22:49:47 +0000 Subject: [PATCH] Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave git-svn-id: svn://10.0.0.236/trunk@144925 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/localconfig.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/bugzilla/localconfig.js b/mozilla/webtools/bugzilla/localconfig.js index 7cb01eb74a0..2cbe6f24f72 100644 --- a/mozilla/webtools/bugzilla/localconfig.js +++ b/mozilla/webtools/bugzilla/localconfig.js @@ -9,7 +9,7 @@ var bugzilla = ""; //var bugzilla = "http://bugzilla.mozilla.org/"; // Status and Resolution -// ===================== +// --------------------- var statuses_open = new Array("UNCONFIRMED","NEW","ASSIGNED","REOPENED"); var statuses_resolved = new Array("RESOLVED","VERIFIED","CLOSED"); @@ -17,7 +17,7 @@ var resolutions = new Array("FIXED","INVALID","WONTFIX","LATER", "REMIND","DUPLICATE","WORKSFORME","MOVED"); // Keywords -// ======== +// -------- // // Enumerate all your keywords here. This is necessary to avoid // "foo is not a legal keyword" errors. This makes it possible @@ -28,7 +28,7 @@ var keywords = new Array( ); // Platforms -// ========= +// --------- // // A list of words (substrings of platform values) // that will automatically be translated to "platform:" @@ -44,7 +44,7 @@ var platforms = new Array( ); // Severities -// ========== +// ---------- // // A list of words (substrings of severity values) // that will automatically be translated to "severity:" @@ -54,7 +54,7 @@ var platforms = new Array( var severities = new Array("blo","cri","maj","nor","min","tri","enh"); // Products and Components -// ======================= +// ----------------------- // // It is not necessary to list all products and components here. // Instead, you can define a "blacklist" for some commonly used