diff options
| author | sostler <sbostler@gmail.com> | 2010-04-26 22:10:58 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-26 22:10:58 -0400 |
| commit | 00b419dad1a90bf97478bcc2c0fac2c3c8b93b82 (patch) | |
| tree | bbaf1e6eb56f6f8eb51f41b3994fc6bb51dea768 /static/js/pichat.js | |
| parent | 5a218cefca92f2cc14857cf2490373fbf42ca7f7 (diff) | |
| parent | ef1cefcc498fd95054362bab2c13edf0980f25d6 (diff) | |
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod
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 85fa398..ab95c77 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? @@ -972,4 +972,4 @@ parseUri.options = { function parseDomain(host){ return host.toLowerCase().replace(/^www\./, "") -}
\ No newline at end of file +} |
