summaryrefslogtreecommitdiffstats
path: root/localconfig.js
diff options
context:
space:
mode:
authorpreed%sigkill.com <>2003-07-18 07:49:47 +0200
committerpreed%sigkill.com <>2003-07-18 07:49:47 +0200
commit675c4804ffc1f5adb864c1c015b1d1423415e43c (patch)
treefb86b3e4d0642509f9b18e05159d56b51178bb9c /localconfig.js
parentbc447ad3d358d188a7e8789430615186c8f04016 (diff)
downloadbugzilla-675c4804ffc1f5adb864c1c015b1d1423415e43c.tar.gz
bugzilla-675c4804ffc1f5adb864c1c015b1d1423415e43c.tar.xz
Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
Diffstat (limited to 'localconfig.js')
-rw-r--r--localconfig.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/localconfig.js b/localconfig.js
index 7cb01eb74..2cbe6f24f 100644
--- a/localconfig.js
+++ b/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 <w> (substrings of platform values)
// that will automatically be translated to "platform:<w>"
@@ -44,7 +44,7 @@ var platforms = new Array(
);
// Severities
-// ==========
+// ----------
//
// A list of words <w> (substrings of severity values)
// that will automatically be translated to "severity:<w>"
@@ -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