mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
closes #1999
This commit is contained in:
@@ -203,7 +203,7 @@ $(document).ready(function() {
|
||||
if (!data) {
|
||||
return;
|
||||
}
|
||||
|
||||
ajaxify.data = data;
|
||||
data.relative_path = RELATIVE_PATH;
|
||||
$(window).trigger('action:ajaxify.dataLoaded', {url: url, data: data});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user