first commit

This commit is contained in:
2025-07-18 16:20:14 +07:00
commit 98af45c018
16382 changed files with 3148096 additions and 0 deletions

10
js/metadata_report.js Normal file
View File

@@ -0,0 +1,10 @@
function metadataReport(ref, context)
{
jQuery('#' + context + 'MetadataReportSection').load(
baseurl + "/pages/ajax/metadata_report.php?ref="+ref+"&context=" + context,
function()
{
CentralSpaceHideProcessing();
}
);
}