fixed a bug in template parsing

This commit is contained in:
Baris Usakli
2013-09-24 16:46:45 -04:00
parent 253e11d55b
commit 4a7cd664fd
3 changed files with 23 additions and 24 deletions

View File

@@ -81,9 +81,9 @@ var ajaxify = {};
callback();
}
app.process_page();
jQuery('#content, #footer').stop(true, true).fadeIn(200, function () {
app.process_page();
if (window.location.hash)
hash = window.location.hash;
if (hash)