added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars

This commit is contained in:
psychobunny
2013-06-05 17:00:58 -04:00
parent a846caa387
commit 5bb9933f4a
4 changed files with 35 additions and 4 deletions

View File

@@ -47,7 +47,8 @@ var ajaxify = {};
}
jQuery('#footer, #content').fadeOut(100);
templates.flush();
templates.load_template(function() {
exec_body_scripts(content);