diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-24 11:44:38 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-24 11:44:38 -0400 |
| commit | 25c46e30a25a788c14f70a9ddb46c0b39ad5b018 (patch) | |
| tree | d42e8a5d38ab9dea6ee8b7f6fac23c0eda2cf3ee | |
| parent | 999f0e16c765fa8ab5c222dca930a16199152b64 (diff) | |
timb: reducing max images shown by 25% to try to make the experience less jaggy
| -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 97379ef..f72dbda 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -3,7 +3,7 @@ var PendingMessages = {} var MessageContentCache = {} var RawFavs = {} -var MaxImagePosts = 40 +var MaxImagePosts = 30 // todo: preload these. also, look into image sprites (no go on animating their sizes tho) // css clipping perhaps? @@ -964,4 +964,4 @@ parseUri.options = { function parseDomain(host){ return host.toLowerCase().replace(/^www\./, "") -}
\ No newline at end of file +} |
