diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-07 22:52:11 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-07 22:52:11 -0400 |
| commit | 9113524e195555424b3cbc63b526e3acc43d0987 (patch) | |
| tree | 6b518e6ca17e364f4afd4aafbd9813773665ba45 /static | |
| parent | 6a6d0b35d8ad5f3244e3e17c14ef5bdfc3d82d67 (diff) | |
timb committing prod changes
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/pichat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 48b5e54..c19ff6b 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -51,7 +51,7 @@ function escapeHtml(txt) { } URLRegex = /((\b(http\:\/\/|https\:\/\/|ftp\:\/\/)|(www\.))+(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/gi; -PicRegex = /\.(jpg|jpeg|png|gif|bmp|svg)$/i; +PicRegex = /\.(jpg|jpeg|png|gif|bmp|svg|fid)$/i; function getImagesAsArray(text) { var imgs = [] |
