Skip to content

Commit

Permalink
woodmark changed from document.onload to window.load
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidkahl committed Mar 12, 2012
1 parent c28166c commit 705834a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/scenes.jade
Expand Up @@ -13,7 +13,9 @@ div.row#sceneRow
a.btn(href= doc._id ) Show me the Stories »

script
$('#scenes li').wookmark({container:$('#scenes'),offset:5,itemWidth:260,autoResize:true});
$(window).load(function(){
$('#scenes li').wookmark({container:$('#scenes'),offset:5,itemWidth:260,autoResize:true});
});


// h1= article.title + "("+i+")"
Expand Down

0 comments on commit 705834a

Please sign in to comment.