Added missing event processing to story macro

print-window-tiddler
Jeremy Ruston 2012-02-09 13:36:21 +00:00
rodzic 8d9b83484f
commit 210f1bcd09
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,8 @@ exports.macro = {
$("html,body").animate({
scrollTop: 0
}, 400);
event.preventDefault();
return false;
}
},
render: function(type,tiddler,store,params) {