adding new client-side hook and post_uuid to composer template

This commit is contained in:
Julian Lam
2014-02-10 17:31:51 -05:00
parent e231a52369
commit 97e52fd169
2 changed files with 5 additions and 1 deletions

View File

@@ -329,6 +329,10 @@ define(['taskbar'], function(taskbar) {
composer.activateReposition(composer.active);
}
});
$(window).trigger('action:composer.loaded', {
post_uuid: post_uuid
});
});
});
}