mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
chore: add deprecation notice in comments for ajaxify.loadExtraScripts
This commit is contained in:
@@ -334,6 +334,7 @@ ajaxify = window.ajaxify || {};
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Deprecate in v1.18.0
|
||||||
ajaxify.loadExtraScripts = (tpl_url, callback) => {
|
ajaxify.loadExtraScripts = (tpl_url, callback) => {
|
||||||
var data = {
|
var data = {
|
||||||
tpl_url: tpl_url,
|
tpl_url: tpl_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user