resolving issue where the post window stays open during navigation

- app.close_post_window now neatly closes the post window
This commit is contained in:
Julian Lam
2013-05-21 20:20:54 -04:00
parent 74c13ba299
commit 624ccc592c
2 changed files with 6 additions and 3 deletions

View File

@@ -48,6 +48,9 @@ var ajaxify = {};
jQuery('#footer, #content').fadeOut(100);
// Close the post window if it is open
app.close_post_window();
templates.load_template(function() {
exec_body_scripts(content);