X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=chrome%2Fcontent%2Ficedeb.js;h=19cf1207f1a64fc3dc798c94ddb04d43353270ee;hp=e6c7adbcc2f0b3d4d487cb5ff04a607c5701e20b;hb=cf48a5c534dc3c9b62246b298be6c15e3d6e7737;hpb=b77a010491d0e7a5ac445da7cfdaf6468068a420 diff --git a/chrome/content/icedeb.js b/chrome/content/icedeb.js index e6c7adb..19cf120 100644 --- a/chrome/content/icedeb.js +++ b/chrome/content/icedeb.js @@ -39,6 +39,7 @@ IceDeb = { word = word.replace(/^[^a-zA-Z0-9]+/, ''); word = word.replace(/[^a-zA-Z0-9]+$/, ''); + word = word.replace(/^Bug#/i, ''); } while ( oldword != word ); return word;