mirror of
https://github.com/pinry/pinry.git
synced 2026-05-06 08:55:54 +02:00
Call tillLayout when adding a new pin
This commit is contained in:
@@ -171,6 +171,7 @@ $(window).load(function() {
|
||||
pin.editable = true;
|
||||
pin = renderTemplate('#pins-template', {pins: [pin]});
|
||||
$('#pins').prepend(pin);
|
||||
tileLayout();
|
||||
dismissModal(modal);
|
||||
uploadedImage = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user