Call tillLayout when adding a new pin

This commit is contained in:
Krzysztof Klimonda
2013-03-12 15:01:22 -07:00
parent 026b5dcd88
commit 8fa7583b0f

View File

@@ -171,6 +171,7 @@ $(window).load(function() {
pin.editable = true;
pin = renderTemplate('#pins-template', {pins: [pin]});
$('#pins').prepend(pin);
tileLayout();
dismissModal(modal);
uploadedImage = false;
});