diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 00:45:14 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 00:45:14 -0400 |
| commit | e3de12ddc86a3becd3d8d0fc195115c1e7847097 (patch) | |
| tree | 4b9b8cd6b19f1a1317b6325f2df405ce13fb3a0d /static/js/pichat.js | |
| parent | a896cb1d4b063ea01c2506975c4aa64b1498f4a6 (diff) | |
| parent | 194c6121a301c2a85cb1e380a82ad745701e2eb9 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js/pichat.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 a3873a3..3981d7e 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -1071,7 +1071,7 @@ function initChatMsgs() { $('.content').live('click', function(e) { var tagName = e.target.tagName; - if (tagName == 'A') { + if (tagName == 'A' || $(e.target).hasClass('youtube-thumb')) { return true; } var msg = $(this).parent('.msgDiv'); |
