mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Greatly improved bookmarklet pinning functionality, much better pin form
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user