mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fixes issue with ajaxify.end not firing
This commit is contained in:
@@ -264,6 +264,8 @@ $(document).ready(function () {
|
||||
data.scripts.forEach(function (functionRef) {
|
||||
functionRef();
|
||||
});
|
||||
|
||||
callback();
|
||||
};
|
||||
|
||||
data.scripts.forEach(function (script, idx) {
|
||||
|
||||
Reference in New Issue
Block a user