diff options
Diffstat (limited to 'data/lib/otherButtons.js')
-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 6935b8e..ef04d19 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -119,7 +119,7 @@ function setBranding(things) { var TriagedColor = {}; var atts = things.attachments; - var xLogAtts = atts.getXorgList(); + var xLogAtts = atts.getAttList(/[xX].*log/); var ITbutton = document.getElementById("cf_issuetracker"); var its = ITbutton ? ITbutton.value.trim() : ""; |