diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-14 09:13:03 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-14 09:13:03 -0400 |
| commit | c479038b4431c101d6b00918c9ee16d3ef3fa0c8 (patch) | |
| tree | 098baa926c65d689d9b4dc6c8f31842185fe2441 /static/js | |
| parent | 6fdfc1fd9577e6a1415241b43ee0d6354a155933 (diff) | |
sostler prod
Diffstat (limited to 'static/js')
| -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 d7728cc..97379ef 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -135,7 +135,7 @@ function getUriType(uri){ if (PicRegex.test(uri.file.toLowerCase())) return "image"; - if (parseDomain(uri.host) == "youtube.com" && 'v' in uri.queryKey) + if (parseDomain(uri.host) == "youtube.com" && 'v' in uri.queryKey || uri.anchor.indexOf('v') != -1) return "youtube"; return "link"; |
