diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 00:45:12 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 00:45:12 -0400 |
| commit | a896cb1d4b063ea01c2506975c4aa64b1498f4a6 (patch) | |
| tree | a4fda8159a535a7e6320646ca528b95733941825 /static/js/pichat.js | |
| parent | d9bf4e9e0580a92c408d24c324a62b8ba6f32f4f (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 5a7f956..a3873a3 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -719,7 +719,7 @@ function setupUploadAvatar(elementId) { + maxSize + "KB or less please."); return; } - var s = '<img id="dashavatarPic" src="' + r + '" width="150" />'; + var s = '<img id="dashavatarPic" src="' + r + ' />'; $('#dashavatarPic').replaceWith(s).show(); }; new AjaxUpload(elementId, { @@ -1038,7 +1038,7 @@ $(function() { OrigTitle = $('title').text(); }); -var imgZoomThreshhold = [200, 200]; +var imgZoomThreshhold = [125, 125]; function initChatMsgs() { $('.msgDiv .content').live('mouseenter', function(e) { |
