Greatly improved bookmarklet pinning functionality, much better pin form

This commit is contained in:
Isaac Bythewood
2013-02-27 07:38:38 +00:00
parent 96af25f5fb
commit 7ee8fd6d98
6 changed files with 102 additions and 74 deletions

View File

@@ -71,7 +71,7 @@ $(document).ready(function() {
});
$(image).click(function() {
var popUrl = getFormUrl()+imageUrl;
window.open(popUrl, '', 'width=600,height=500,toolbar=0,menubar=0');
window.open(popUrl, '', 'width=590,height=439,toolbar=0,menubar=0');
$('#pinry-images').remove();
});
return $('#pinry-images').append(image);