Fix back-to-top scroller widget.

This commit is contained in:
Andrej Kacian 2011-08-29 22:50:28 +02:00
parent f479a9a144
commit 4d666e3f5b

View file

@ -5,7 +5,7 @@
this.subscribe("widget/ready", function(evt, button) {
$.extend(self, {
button: button,
body: $(document.body),
body: $("html, body"),
window: $(window)
});
@ -29,4 +29,4 @@
};
Diaspora.Widgets.BackToTop = BackToTop;
})();
})();