X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=chrome%2Ficedeb.js;h=3a08f11cae017ac4b40613b72080645b761df79b;hp=3b9eb7bcc1e8ee52f1f4374bc23b7938813fb6ba;hb=bd50d4201c432ee32ff6ce4a64d50bb5bb66448c;hpb=16df98b6408ce1fcf5d0379b5541ba829b26fced diff --git a/chrome/icedeb.js b/chrome/icedeb.js index 3b9eb7b..3a08f11 100644 --- a/chrome/icedeb.js +++ b/chrome/icedeb.js @@ -36,7 +36,7 @@ function trim_keyword(word) { word = word.replace(/^\s+/, ''); word = word.replace(/\s+$/, ''); word = word.replace(/^#/, ''); - word = word.replace(/[-:\/,]$/, ''); + word = word.replace(/[-:\/,.]$/, ''); } while ( oldword != word ); return word;