first commit
This commit is contained in:
10
js/metadata_report.js
Normal file
10
js/metadata_report.js
Normal 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();
|
||||
}
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user