diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-19 06:46:52 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-19 06:46:52 -0400 |
| commit | 306240ceca701b1b27157a149b2ccd3e8357a423 (patch) | |
| tree | 5808a50ab984c6dd5cd70fe741d8616d68f65c6c /static/js | |
| parent | 2b6c5827d40d3e66d9aae4706ccea4918cb5a987 (diff) | |
| parent | 56cebe67dbb00a970e711570091524976ef69d98 (diff) | |
Merge branch 'master' of /pichat/repo
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 57dd25f..1105ef3 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -234,7 +234,7 @@ function getUriType(uri){ if (PicRegex.test(uri.file.toLowerCase())) return "image"; - if (parseDomain(uri.host) == "youtube.com" && 'v' in uri.queryKey || uri.anchor.indexOf('v') != -1) + if (parseDomain(uri.host) == "youtube.com" && ('v' in uri.queryKey || uri.anchor.indexOf('v') != -1)) return "youtube"; return "link"; |
