Skip to content

Commit be16c99

Browse files
committed
typo
1 parent 64dd71b commit be16c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
var posts = document.getElementById('recent-posts');
7373
var child_nodes = posts.childNodes, k, node, h,
7474
col_width, col0_y, col1_y, col1_x,
75-
origin = {x:0, y:0}, node_count = 0, is_col0, row0_max_y;
75+
origin = {x:0, y:0}, node_count = 0, is_col0, row0_max_y - 0;
7676

7777
posts.style.position = (window.__post_grid_width <= 680) ? null : 'relative';
7878

0 commit comments

Comments
 (0)