mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
clean-up + bugfixes
This commit is contained in:
@@ -176,7 +176,9 @@ var ajaxify = {};
|
||||
next(err);
|
||||
});
|
||||
}, function(err) {
|
||||
if (callback) {
|
||||
callback(err);
|
||||
}
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
@@ -363,8 +363,7 @@
|
||||
module.exports.__express = module.exports.render;
|
||||
|
||||
if ('undefined' !== typeof window) {
|
||||
window.templates = module.exports;
|
||||
templates.init();
|
||||
window.templates = module.exports;a
|
||||
}
|
||||
|
||||
})('undefined' === typeof module ? {
|
||||
|
||||
Reference in New Issue
Block a user