diff options
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 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 +} |
