diff --git a/js/macros/story.js b/js/macros/story.js index 14d5d6092..4128c1522 100644 --- a/js/macros/story.js +++ b/js/macros/story.js @@ -50,6 +50,8 @@ exports.macro = { $("html,body").animate({ scrollTop: 0 }, 400); + event.preventDefault(); + return false; } }, render: function(type,tiddler,store,params) {