Difference between revisions of "MediaWiki:Common.js"

From MIPAV
Jump to: navigation, search
(Created page with "/* Any JavaScript here will be loaded for all users on every page load. */ We participate in the US government's analytics program. See the data at analytics.usa.gov.: $...")
 
Line 3: Line 3:
 
/* We participate in the US government's analytics program. See the data at analytics.usa.gov. */
 
/* We participate in the US government's analytics program. See the data at analytics.usa.gov. */
 
$(function() {
 
$(function() {
importScriptURI('https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DHHS');
+
importScriptURI('https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DHHS&subagency=NIH');
 
});
 
});

Revision as of 15:54, 11 August 2020

/* Any JavaScript here will be loaded for all users on every page load. */

/* We participate in the US government's analytics program. See the data at analytics.usa.gov. */
$(function() {
	importScriptURI('https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DHHS&subagency=NIH');
});