custom template half in

This commit is contained in:
psychobunny
2013-05-07 21:17:22 +00:00
parent cdceb39828
commit 09c6aace09
3 changed files with 17 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ var ajaxify = {};
// ajaxify.go(document.location.href.replace(rootUrl +'/', ''));
};
ajaxify.go = function(url, callback) {
ajaxify.go = function(url, callback, custom_tpl) {
// leave room and join global
app.enter_room('global');
@@ -49,7 +49,7 @@ var ajaxify = {};
}
jQuery('#content, #footer').fadeIn(250);
});
}, custom_tpl);
return true;