Scroll bookmarklet to the top

This commit is contained in:
Isaac Bythewood
2013-03-05 22:05:04 +00:00
parent dedf33183b
commit 1d8b2b151a

View File

@@ -5,7 +5,7 @@
* scripts make use of helpers.js. In the future i want to remove
* all dependencies on jQuery.
* Authors: Pinry Contributors
* Updated: Mar 3rd, 2013
* Updated: Mar 4th, 2013
* Require: None (dynamically loads jQuery if needed)
*/
@@ -72,6 +72,7 @@ $(document).ready(function() {
$('body').append(pinryImages);
$('#pinry-images').append(pinryBar);
$('#pinry-bar').html('Pinry Bookmarklet');
$(window).scrollTop(0);
}
function imageView(imageUrl) {