mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
custom template half in
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user