diff options
-rw-r--r-- | data/lib/otherButtons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 7bd36f3..66b5a9b 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -63,7 +63,7 @@ function markBugTriaged() { if (!hasXorgBugsCategory()) { alert("This won't do! First set the category!"); } - else if (getSeverity() == 'unspecified') { + else if (!isEnterprise() && (getSeverity() == 'unspecified')) { alert("This won't do! Specify some severity!"); } else { |