From 25c46e30a25a788c14f70a9ddb46c0b39ad5b018 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sat, 24 Apr 2010 11:44:38 -0400 Subject: timb: reducing max images shown by 25% to try to make the experience less jaggy --- static/js/pichat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/js/pichat.js') 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 +} -- cgit v1.2.3-70-g09d2