Skip to content

Commit

Permalink
this is buggy with paging. let's try to fix it :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyb committed Jun 23, 2011
1 parent 0c16379 commit 60a0b23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/screen.css
Expand Up @@ -67,8 +67,9 @@ td {
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
overflow: hidden;
/*overflow: hidden;*/
}

.contract {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion js/tumblr.js
Expand Up @@ -69,7 +69,7 @@ TUMBLR = {
total: -1,
render_callback: null,
callback_offset: -1,
block_size: 2,
block_size: 3,
gallery: null,
gallery_control : function(gallery) {
console.log("TUMBLR.gallery_control", gallery);
Expand Down
5 changes: 4 additions & 1 deletion templates/templates.html
Expand Up @@ -47,7 +47,7 @@ <h1>random tumblogs</h1>
page: 'tumblr_entry',
pager: 'pager',
page_offset: 0,
page_size: 1,
page_size: 3,
controller: TUMBLR.gallery_control,
fetch: TUMBLR.fetch,
render: TUMBLR.render
Expand All @@ -69,6 +69,9 @@ <h1>random tumblogs</h1>
</div>
<div>
<?=SKIN.global('tumblr.posts')?>
<?
console.trace();
?>
</div>
</xmp>

Expand Down

0 comments on commit 60a0b23

Please sign in to comment.